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