From 3602c9a979601b4773d85e736e07037626aa6f02 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 20:39:40 +0200 Subject: syntax? --- vali.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vali.nix') diff --git a/vali.nix b/vali.nix index 13263214..f2c0c025 100644 --- a/vali.nix +++ b/vali.nix @@ -68,6 +68,7 @@ users.extraUsers.root = let template = (import users/gkleen.nix); in { - inherit (template) shell openssh.authorizedKeys.keyFiles; + inherit (template) shell; + inherit (template) openssh.authorizedKeys.keyFiles; }; } -- cgit v1.2.3