Remove remnants of virtualization
This commit is contained in:
parent
5ab0651127
commit
7eae8b6d83
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue