From d818a3012d6c82bc27fa36ba0ed503583bf549c9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 20:38:58 +0200 Subject: syntax --- vali.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vali.nix') diff --git a/vali.nix b/vali.nix index 58482873..767ccf5d 100644 --- a/vali.nix +++ b/vali.nix @@ -68,7 +68,7 @@ users.extraUsers.root = let template = (import users/gkleen.nix) in - (with template; { - inherit shell openssh.authorizedKeys.keyFiles; - }); + { + inherit (template) shell openssh.authorizedKeys.keyFiles; + }; } -- cgit v1.2.3