Switch to nix-rice

This commit is contained in:
Filippo Berto 2021-06-26 15:02:13 +02:00
parent 5f960fc2ca
commit 98e4871193
12 changed files with 31 additions and 537 deletions

View file

@ -99,7 +99,14 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.bertof = {
isNormalUser = true;
extraGroups = [ "wheel" "input" "usb" "network" "audio" ]; # Enable sudo for the user.
extraGroups = [
"audio"
"input"
"libvirtd"
"network"
"usb"
"wheel"
];
shell = pkgs.zsh;
};