parent
4f2a9859cf
commit
d989ee4e43
2 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
||||||
mkIf
|
mkIf
|
||||||
mkOption
|
mkOption
|
||||||
mkPackageOption
|
mkPackageOption
|
||||||
# optionalString
|
optionalString
|
||||||
types
|
types
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -77,8 +77,8 @@ in {
|
||||||
(getExe cfg.package)
|
(getExe cfg.package)
|
||||||
"-d ${cfg.dataDir}"
|
"-d ${cfg.dataDir}"
|
||||||
"-l ${cfg.logDir}"
|
"-l ${cfg.logDir}"
|
||||||
# "-p ${toString cfg.port}"
|
"-p ${toString cfg.port}"
|
||||||
# (optionalString (cfg.urlBase != null) "-u ${cfg.urlBase}")
|
(optionalString (cfg.urlBase != null) "-u ${cfg.urlBase}")
|
||||||
];
|
];
|
||||||
KillSignal = "SIGINT";
|
KillSignal = "SIGINT";
|
||||||
|
|
||||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -863,11 +863,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749317423,
|
"lastModified": 1749413083,
|
||||||
"narHash": "sha256-fIzqOFL5mhPkpMxCRJfC0Yt1xGFHp9cMiI1rMNTeRKg=",
|
"narHash": "sha256-mUywmapQc5rv4H2jNjTQM+GViQ02IndoqBEvbxQB/f0=",
|
||||||
"owner": "matt1432",
|
"owner": "matt1432",
|
||||||
"repo": "Kapowarr",
|
"repo": "Kapowarr",
|
||||||
"rev": "17453d6c189eb23e3686b46f268a2b12d5aabefd",
|
"rev": "faf7096ab4cd53004aef0772d61126eff690ee1b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue