mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 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;
|
||||
in
|
||||
pkgs.writeScript "fetch-mutable-files" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
${lib.concatStringsSep "\n" mutableFilesCmds}
|
||||
'';
|
||||
|
||||
script = pkgs.writeShellScript "fetch-mutable-files" ''
|
||||
${lib.concatStringsSep "\n" mutableFilesCmds}
|
||||
'';
|
||||
in builtins.toString script;
|
||||
};
|
||||
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user