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
];
};
atticConfigurationResource = {
imports = [
commonResourceModule
../machines/operator/test12
];
atticConfigurationResource = makeResourceModule {
vmName = "test12";
isTestVm = true;
};
};

View file

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