forked from fediversity/fediversity
use minimal profile in test target nodes (#551)
Reviewed-on: fediversity/fediversity#551
This commit is contained in:
parent
8b7f19a885
commit
0440758e28
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ in
|
||||||
_class = "nixos";
|
_class = "nixos";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
(modulesPath + "/profiles/minimal.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
(modulesPath + "/../lib/testing/nixos-test-base.nix")
|
(modulesPath + "/../lib/testing/nixos-test-base.nix")
|
||||||
./sharedOptions.nix
|
./sharedOptions.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue