users/infinidoge: reformat gropups, add disk
This commit is contained in:
parent
58f53d69d5
commit
fa1674d454
1 changed files with 7 additions and 1 deletions
|
@ -106,7 +106,13 @@ in
|
|||
description = "Infinidoge, primary user of the system";
|
||||
group = "users";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "minecraft" "libvirtd" "bluetooth" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"minecraft"
|
||||
"libvirtd"
|
||||
"bluetooth"
|
||||
"disk"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue