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 ];
|
packages = [ pkgs.OVMFFull.fd ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
lxc.enable = true;
|
lxc = {
|
||||||
waydroid.enable = true;
|
enable = true;
|
||||||
|
lxcfs.enable = true;
|
||||||
|
};
|
||||||
|
lxd.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@ in
|
||||||
hashedPassword = user.primary.hashedPassword;
|
hashedPassword = user.primary.hashedPassword;
|
||||||
description = user.primary.realName;
|
description = user.primary.realName;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "docker" "libvirtd" "networkmanager" "tss" "wheel" ];
|
extraGroups = [ "docker" "libvirtd" "lxd" "networkmanager" "tss" "wheel" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue