general improvements
1. Security: Navidrome no longer exposed to network (localhost only) 2. Maintainability: Single username definition in flake.nix:45 3. Organization: Kernel params now in configuration.nix, session vars in desktop.nix 4. Automation: Flathub repository added automatically on activation 5. Cleanup: Removed duplicate programs.dconf.enable
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -71,5 +72,5 @@
|
||||
];
|
||||
|
||||
# Add user to gamemode group
|
||||
users.users.pinj.extraGroups = [ "gamemode" ];
|
||||
users.users.${username}.extraGroups = [ "gamemode" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user