mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Remove superfluous groups
This commit is contained in:
parent
c2f8887b5f
commit
1bfe833dc3
1 changed files with 0 additions and 2 deletions
|
|
@ -8,9 +8,7 @@
|
||||||
hashedPasswordFile = config.sops.secrets.seb-password.path;
|
hashedPasswordFile = config.sops.secrets.seb-password.path;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
"networkmanager"
|
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"video"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue