diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 20:37:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 20:37:24 +0200 |
commit | 80c0d48798e033b6a69246650641f00d6aeaad05 (patch) | |
tree | 89bfaac2771f651e7b555ea9dfc7dd07250f8ed8 | |
parent | becb65b0cd99ed8d338160fa5f5d3b79a458f42a (diff) | |
download | nixos-80c0d48798e033b6a69246650641f00d6aeaad05.tar nixos-80c0d48798e033b6a69246650641f00d6aeaad05.tar.gz nixos-80c0d48798e033b6a69246650641f00d6aeaad05.tar.bz2 nixos-80c0d48798e033b6a69246650641f00d6aeaad05.tar.xz nixos-80c0d48798e033b6a69246650641f00d6aeaad05.zip |
syntax
-rw-r--r-- | vali.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ | |||
68 | users.extraUsers.root = let | 68 | users.extraUsers.root = let |
69 | template = (import users/gkleen.nix) | 69 | template = (import users/gkleen.nix) |
70 | in | 70 | in |
71 | with template; { | 71 | (with template; { |
72 | inherit shell openssh.authorizedKeys.keyFiles; | 72 | inherit shell openssh.authorizedKeys.keyFiles; |
73 | }; | 73 | }); |
74 | } | 74 | } |