add damocles container

This commit is contained in:
müde 2026-04-10 11:49:11 +02:00
parent fb7d4981b1
commit f30165eada
3 changed files with 27 additions and 0 deletions

View file

@ -60,5 +60,11 @@
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
containers.damocles = {
autoStart = false;
privateNetwork = false;
path = self.nixosConfigurations.damocles.config.system.build.toplevel;
};
};
}