mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
minor code cleaning
This commit is contained in:
parent
3c9212b60a
commit
193321c33a
9 changed files with 32 additions and 74 deletions
|
@ -33,13 +33,13 @@ in
|
|||
mkMerge [{
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
inherit (cfg) user;
|
||||
inherit (cfg) group;
|
||||
package = pkgs.unstable.radarr;
|
||||
inherit (cfg) user group;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
(mkIf cfg.nginx.enable (mkVPNSubdomain cfg.nginx.subdomain port))]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue