nix fmt, explicit container enable

This commit is contained in:
müde 2026-04-12 21:39:52 +02:00
parent dc70f474a9
commit 8a097b0581
2 changed files with 28 additions and 33 deletions

View file

@ -66,5 +66,8 @@
privateNetwork = false;
path = self.nixosConfigurations.damocles.config.system.build.toplevel;
};
boot.enableContainers = true;
virtualisation.containers.enable = true;
};
}