forked from Fediversity/Fediversity
WIP: test data model thru VM #11
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
config,
|
||||
lib,
|
||||
modulesPath,
|
||||
sources,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -17,7 +18,10 @@ in
|
|||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
(modulesPath + "/../lib/testing/nixos-test-base.nix")
|
||||
"${sources.disko}/module.nix"
|
||||
../../../infra/common/proxmox-qemu-vm.nix
|
||||
./sharedOptions.nix
|
||||
../../../infra/common/nixos/users.nix
|
||||
];
|
||||
|
||||
config = mkMerge [
|
||||
|
|
4
paste
4
paste
|
@ -9,11 +9,7 @@ command=(nix-instantiate --expr '
|
|||
sources = import ./npins;
|
||||
configuration = {
|
||||
imports = [
|
||||
./infra/common/proxmox-qemu-vm.nix
|
||||
./infra/common/nixos/users.nix
|
||||
./deployment/check/common/sharedOptions.nix
|
||||
./deployment/check/common/targetNode.nix
|
||||
"${sources.disko}/module.nix"
|
||||
];
|
||||
};
|
||||
eval = import "${sources.nixpkgs}/nixos/lib/eval-config.nix" {
|
||||
|
|
Loading…
Add table
Reference in a new issue