Compare commits

..

No commits in common. "6d4f7b3f77054cad7d389ee7a9d1348d57013d27" and "fbe1eb0345394b1d0493d830305ebcc027668c01" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View file

@ -103,11 +103,9 @@ let
../machines/operator/test04 ../machines/operator/test04
]; ];
}; };
atticConfigurationResource = { atticConfigurationResource = makeResourceModule {
imports = [ vmName = "test12";
commonResourceModule isTestVm = true;
../machines/operator/test12
];
}; };
}; };

View file

@ -22,6 +22,7 @@
nixos.module = { nixos.module = {
imports = [ imports = [
../../../infra/common/proxmox-qemu-vm.nix
../../../services/fediversity/attic ../../../services/fediversity/attic
]; ];
}; };