mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
minor code cleaning
This commit is contained in:
parent
fe8bd69ebe
commit
44b3f14d48
9 changed files with 32 additions and 74 deletions
|
@ -33,14 +33,13 @@ in
|
|||
mkMerge [{
|
||||
services.lidarr = {
|
||||
enable = true;
|
||||
inherit (cfg) user;
|
||||
inherit (cfg) group;
|
||||
inherit (cfg) user group;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
(mkIf cfg.nginx.enable (mkVPNSubdomain cfg.nginx.subdomain port))]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue