From ceddd1def188f3f49f351f3325558afb2ca4df42 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 May 2016 23:08:35 +0200 Subject: fixed root inherit --- hel.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index e2f07c4f..2222cc9f 100644 --- a/hel.nix +++ b/hel.nix @@ -92,8 +92,7 @@ }; users = { - extraUsers.root = let template = (import users/gkleen.nix); - in { inherit (template) shell hashedPassword; } + extraUsers.root = { inherit (import ./users/gkleen.nix) shell hashedPassword; }; }; users.extraGroups = { network = {}; }; -- cgit v1.2.3