mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Remove virtualisation module
This commit is contained in:
parent
097cf795fc
commit
e7cdd49bcf
6 changed files with 2 additions and 39 deletions
|
|
@ -6,10 +6,6 @@
|
|||
isNormalUser = true;
|
||||
description = "Sebastian Stork";
|
||||
hashedPasswordFile = config.sops.secrets."seb-password".path;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"vboxusers"
|
||||
];
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue