s 2 base: set stockholm to PWD

This commit is contained in:
lassulus 2016-08-04 22:12:02 +02:00
parent 38e19bd04f
commit 7e55508eaf

View File

@ -14,7 +14,7 @@ with config.krebs.lib;
ref = "63b9785"; # stable @ 2016-06-01
};
secrets.file = "${getEnv "HOME"}/secrets/krebs/${host.name}";
stockholm.file = "${getEnv "HOME"}/stockholm";
stockholm.file = getEnv "PWD";
};
networking.hostName = config.krebs.build.host.name;