Compare commits

...

2 commits

Author SHA1 Message Date
6d4f7b3f77
rebase qemu 2025-08-05 18:39:54 +02:00
04337fe8c3
late rebase 2025-08-05 18:15:13 +02:00
2 changed files with 5 additions and 4 deletions

View file

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

View file

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