Remove remnants of virtualization

This commit is contained in:
2024-01-05 21:52:58 +01:00
parent 5ab0651127
commit 7eae8b6d83

View File

@@ -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;
};