Remove remnants of virtualization

This commit is contained in:
coolneng 2024-01-05 21:52:58 +01:00
parent 5ab0651127
commit 7eae8b6d83
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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