home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b6b356d3c7081e31227c9a5b70651dab41b04e04
parent cc61422340d8dde7b08a9f317aa1f49aea971817
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 21 Oct 2022 16:04:13 +0200

systems/wakasu: enable virtualization profiles

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/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