Remove remnants of virtualization
This commit is contained in:
@@ -73,7 +73,7 @@ with pkgs;
|
||||
users.users.coolneng = {
|
||||
isNormalUser = true;
|
||||
home = "/home/coolneng";
|
||||
extraGroups = [ "wheel" "video" "audio" "libvirtd" "lp" ];
|
||||
extraGroups = [ "wheel" "video" "audio" "lp" ];
|
||||
shell = fish;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user