nix fmt, explicit container enable
This commit is contained in:
parent
dc70f474a9
commit
8a097b0581
2 changed files with 28 additions and 33 deletions
|
|
@ -66,5 +66,8 @@
|
|||
privateNetwork = false;
|
||||
path = self.nixosConfigurations.damocles.config.system.build.toplevel;
|
||||
};
|
||||
|
||||
boot.enableContainers = true;
|
||||
virtualisation.containers.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue