❄️ Nix configurations

update groups

+1 -1
+1 -1
nixos/ferret/configuration.nix
··· 50 50 users.users.alex = { 51 51 isNormalUser = true; 52 52 description = "Alex"; 53 - extraGroups = [ "networkmanager" "wheel" ]; 53 + extraGroups = [ "networkmanager" "wheel" "media" ]; 54 54 packages = with pkgs; [ 55 55 git 56 56 ];