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