mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
modules/mutable-files: fix the service value
This commit is contained in:
parent
7869bb79cf
commit
c5bf67553c
@ -132,11 +132,11 @@ in
|
|||||||
''}
|
''}
|
||||||
'')
|
'')
|
||||||
cfg;
|
cfg;
|
||||||
in
|
|
||||||
pkgs.writeScript "fetch-mutable-files" ''
|
script = pkgs.writeShellScript "fetch-mutable-files" ''
|
||||||
#!${pkgs.runtimeShell}
|
${lib.concatStringsSep "\n" mutableFilesCmds}
|
||||||
${lib.concatStringsSep "\n" mutableFilesCmds}
|
'';
|
||||||
'';
|
in builtins.toString script;
|
||||||
};
|
};
|
||||||
|
|
||||||
Install.WantedBy = [ "default.target" ];
|
Install.WantedBy = [ "default.target" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user