lxd
This commit is contained in:
parent
0192346a8b
commit
75e1d2d070
2 changed files with 6 additions and 3 deletions
|
@ -12,7 +12,10 @@
|
|||
packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
};
|
||||
lxc.enable = true;
|
||||
waydroid.enable = true;
|
||||
lxc = {
|
||||
enable = true;
|
||||
lxcfs.enable = true;
|
||||
};
|
||||
lxd.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue