diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 20:40:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 20:40:11 +0200 |
commit | 2b96498643f703627bf65b875c8c1d3420bd59e7 (patch) | |
tree | 77edbe4632b65ddf9dca3cb1ff6cf70d0f8f445b | |
parent | 3602c9a979601b4773d85e736e07037626aa6f02 (diff) | |
download | nixos-2b96498643f703627bf65b875c8c1d3420bd59e7.tar nixos-2b96498643f703627bf65b875c8c1d3420bd59e7.tar.gz nixos-2b96498643f703627bf65b875c8c1d3420bd59e7.tar.bz2 nixos-2b96498643f703627bf65b875c8c1d3420bd59e7.tar.xz nixos-2b96498643f703627bf65b875c8c1d3420bd59e7.zip |
syntax.
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,6 +69,6 @@ | |||
69 | template = (import users/gkleen.nix); | 69 | template = (import users/gkleen.nix); |
70 | in { | 70 | in { |
71 | inherit (template) shell; | 71 | inherit (template) shell; |
72 | inherit (template) openssh.authorizedKeys.keyFiles; | 72 | openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles; |
73 | }; | 73 | }; |
74 | } | 74 | } |