mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 11:35:37 +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;
|
||||
StateDirectory = "cloudflare-dyndns";
|
||||
EnvironmentFile = cfg.apiTokenFile;
|
||||
Environment = [ "XDG_CACHE_HOME=%S/cloudflare-dyndns/.cache" ];
|
||||
ExecStart =
|
||||
let
|
||||
args =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue