Add lxc to virtualization
This commit is contained in:
parent
1359310055
commit
638b1c1a7c
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.lxd.enable = true;
|
||||
users.users.mae = {
|
||||
extraGroups = [ "lxd" ];
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
|
Loading…
Reference in a new issue