This commit is contained in:
Adithya 2023-04-08 02:42:33 +05:30
parent 0192346a8b
commit 75e1d2d070
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,10 @@
packages = [ pkgs.OVMFFull.fd ];
};
};
lxc.enable = true;
waydroid.enable = true;
lxc = {
enable = true;
lxcfs.enable = true;
};
lxd.enable = true;
};
}

View file

@ -12,7 +12,7 @@ in
hashedPassword = user.primary.hashedPassword;
description = user.primary.realName;
isNormalUser = true;
extraGroups = [ "docker" "libvirtd" "networkmanager" "tss" "wheel" ];
extraGroups = [ "docker" "libvirtd" "lxd" "networkmanager" "tss" "wheel" ];
shell = pkgs.zsh;
};
};