porcorosso: add lukegb to lxd group

This commit is contained in:
Luke Granger-Brown 2020-12-26 15:41:02 +00:00
parent 8e2670548d
commit 161ed2af50

View file

@ -172,7 +172,7 @@ in {
# Define a user account. # Define a user account.
users.users.lukegb = { users.users.lukegb = {
extraGroups = [ "wheel" "networkmanager" "libvirtd" ]; extraGroups = [ "wheel" "networkmanager" "libvirtd" "lxd" ];
}; };
my.home-manager.system = {...}: { my.home-manager.system = {...}: {
home.packages = lib.mkAfter (with pkgs; [ home.packages = lib.mkAfter (with pkgs; [