Commit b6b356d3c708
Changed files (1)
systems
hosts
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