whitespace
This commit is contained in:
parent
9e52faa0b6
commit
a24c2a23a0
1 changed files with 1 additions and 1 deletions
|
@ -126,6 +126,7 @@ in rec {
|
||||||
rm -rf /run/service-state/${name}/
|
rm -rf /run/service-state/${name}/
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
filesystem =
|
filesystem =
|
||||||
let inherit (pkgs.pseudofile) dir symlink;
|
let inherit (pkgs.pseudofile) dir symlink;
|
||||||
in dir {
|
in dir {
|
||||||
|
@ -134,7 +135,6 @@ in rec {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.defaultroute4 = svc.network.route.build {
|
services.defaultroute4 = svc.network.route.build {
|
||||||
via = "$(output ${services.wan} address)";
|
via = "$(output ${services.wan} address)";
|
||||||
target = "default";
|
target = "default";
|
||||||
|
|
Loading…
Reference in a new issue