treewide: remove unneeded string literals

This commit is contained in:
Erik Arvstedt
2021-02-01 22:53:12 +01:00
parent e6a6c721c1
commit 4f6ff408ef
11 changed files with 27 additions and 27 deletions

View File

@@ -193,7 +193,7 @@ in {
User = "lnd";
Restart = "on-failure";
RestartSec = "10s";
ReadWritePaths = "${cfg.dataDir}";
ReadWritePaths = cfg.dataDir;
ExecStartPost = let
restUrl = "https://${cfg.restAddress}:${toString cfg.restPort}/v1";
in [
@@ -246,7 +246,7 @@ in {
sleep 0.1
done
''}"
'')
# Run fully privileged for chown
"+${nbLib.script ''
umask ug=r,o=