mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 19:45:42 +03:00
nixos/cloudflare-dyndns: fix missing home error (#386211)
This commit is contained in:
commit
b97d92aaef
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ in
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
StateDirectory = "cloudflare-dyndns";
|
StateDirectory = "cloudflare-dyndns";
|
||||||
EnvironmentFile = cfg.apiTokenFile;
|
EnvironmentFile = cfg.apiTokenFile;
|
||||||
|
Environment = [ "XDG_CACHE_HOME=%S/cloudflare-dyndns/.cache" ];
|
||||||
ExecStart =
|
ExecStart =
|
||||||
let
|
let
|
||||||
args =
|
args =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue