Fix accidental commit
This commit is contained in:
parent
bd1071d02b
commit
4104f60800
@ -7,7 +7,7 @@ let
|
|||||||
|
|
||||||
cfg = config.boot.systemd;
|
cfg = config.boot.systemd;
|
||||||
|
|
||||||
systemd = pkgs.systemd_tmp;
|
systemd = pkgs.systemd;
|
||||||
|
|
||||||
makeUnit = name: unit:
|
makeUnit = name: unit:
|
||||||
pkgs.writeTextFile { name = "unit"; inherit (unit) text; destination = "/${name}"; };
|
pkgs.writeTextFile { name = "unit"; inherit (unit) text; destination = "/${name}"; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user