Remove virtualisation module

This commit is contained in:
SebastianStork 2025-06-05 21:58:46 +02:00
parent 097cf795fc
commit e7cdd49bcf
6 changed files with 2 additions and 39 deletions

View file

@ -6,10 +6,6 @@
isNormalUser = true;
description = "Sebastian Stork";
hashedPasswordFile = config.sops.secrets."seb-password".path;
extraGroups = [
"wheel"
"libvirtd"
"vboxusers"
];
extraGroups = [ "wheel" ];
};
}