Update configs

This commit is contained in:
Filippo Berto 2021-11-01 10:17:24 +01:00
parent d9f010edff
commit 3fce4b4c0c
3 changed files with 6 additions and 6 deletions

View file

@ -129,12 +129,13 @@
'';
};
sound.enable = true;
sound.enable = false;
users.users.bertof = {
isNormalUser = true;
extraGroups = [ "audio" "input" "docker" "libvirtd" "network" "usb" "video" "wheel" ];
shell = pkgs.zsh;
useDefaultShell = false;
};
virtualisation = {