users/infinidoge: reformat gropups, add disk

This commit is contained in:
Infinidoge 2021-12-13 14:09:56 -05:00
parent 58f53d69d5
commit fa1674d454

View file

@ -106,7 +106,13 @@ in
description = "Infinidoge, primary user of the system"; description = "Infinidoge, primary user of the system";
group = "users"; group = "users";
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "minecraft" "libvirtd" "bluetooth" ]; extraGroups = [
"wheel"
"minecraft"
"libvirtd"
"bluetooth"
"disk"
];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
} }