diff options
author | tv <tv@krebsco.de> | 2017-07-13 23:39:48 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-13 23:39:48 +0200 |
commit | 038ccbbd13d8b16d2e4905638c28ab2726870a93 (patch) | |
tree | b027ab11bb36cb7999d2363299e37b38c87203dc /shared | |
parent | 4619fbb9c29572ba7fa810f33c13680ea4785eae (diff) |
shell: support --user
Diffstat (limited to 'shared')
-rw-r--r-- | shared/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/source.nix b/shared/source.nix index 8ec9fbb..762a0c6 100644 --- a/shared/source.nix +++ b/shared/source.nix @@ -9,7 +9,7 @@ in nixos-config.symlink = "stockholm/shared/1systems/${name}/config.nix"; secrets.file = getAttr builder { buildbot = toString <stockholm/shared/6tests/data/secrets>; - lass = "${getEnv "HOME"}/secrets/krebs/${host.name}"; + shared = "${getEnv "HOME"}/secrets/krebs/${host.name}"; }; stockholm.file = toString <stockholm>; nixpkgs.git = { |