added audio support

This commit is contained in:
Luj 2023-09-10 15:19:18 +02:00
parent 2d13ffb0a8
commit e310544bdf
2 changed files with 85 additions and 1 deletions

View file

@ -5,7 +5,7 @@
users.users.julien = {
isNormalUser = true;
home = "/home/julien";
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" "networkmanager" "davfs2" "adbusers" ];
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" "networkmanager" "davfs2" "adbusers" "audio" ];
shell = pkgs.fish;
passwordFile = config.sops.secrets.user-julien-password.path;
};