move indent to lib

This commit is contained in:
lassulus 2017-01-21 23:26:48 +01:00
parent 65de42b52c
commit cc928ccbc6
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
with import <stockholm/lib>;
let
indent = replaceChars ["\n"] ["\n "];
cfg = config.krebs.exim-smarthost;
out = {

View File

@ -129,8 +129,6 @@ let
};
};
indent = replaceChars ["\n"] ["\n "];
to-acme = { server-names, ssl, ... }:
optionalAttrs ssl.acmeEnable {
email = "lassulus@gmail.com";

View File

@ -39,6 +39,8 @@ let
string = toJSON x; # close enough
}.${type} or reject;
indent = replaceChars ["\n"] ["\n "];
};
in