mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
user: remove docker group
This commit is contained in:
parent
1474c79742
commit
c2f4aad686
|
@ -5,7 +5,16 @@
|
|||
users.users.rouven = {
|
||||
description = "Rouven Seifert";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "dialout" "libvirtd" "tss" "input" "wireshark" "etherape" "docker" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"video"
|
||||
"dialout"
|
||||
"libvirtd"
|
||||
"tss"
|
||||
"input"
|
||||
"wireshark"
|
||||
"etherape"
|
||||
];
|
||||
initialHashedPassword = "$6$X3XERQv28Nt1UUT5$MjdMBDuXyEwexkuKqmNFweez69q4enY5cjMXSbBxOc6Bq7Fhhp7OqmCm02k3OGjoZFXzPV9ZHuMSGKZOtwYIk1";
|
||||
};
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
Loading…
Reference in a new issue