Commit b6b356d3c708

Vincent Demeester <vincent@sbr.pm>
2022-10-21 16:04:13
systems/wakasu: enable virtualization profiles
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent cc61422
Changed files (1)
systems
systems/hosts/wakasu.nix
@@ -121,6 +121,7 @@ in
   # TODO Migrate to modules
   profiles.home = true;
   profiles.externalbuilder.enable = true;
+  profiles.virtualization = { enable = true; nested = true; };
   environment.systemPackages = with pkgs; [
     # docker client only
     docker-client