From a3a0f839087209c9c003f88a1d06f3fe903c4689 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 2 Sep 2015 17:57:48 +0200 Subject: copied config for root from vali --- bragi.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index 5661894b..0691bcdb 100644 --- a/bragi.nix +++ b/bragi.nix @@ -225,4 +225,11 @@ in { services.chrony = { enable = true; }; + + users.extraUsers.root = let + template = (import users/gkleen.nix); + in { + inherit (template) shell; + openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles; + }; } -- cgit v1.2.3