summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 5661894b..0691bcdb 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -225,4 +225,11 @@ in {
225 services.chrony = { 225 services.chrony = {
226 enable = true; 226 enable = true;
227 }; 227 };
228
229 users.extraUsers.root = let
230 template = (import users/gkleen.nix);
231 in {
232 inherit (template) shell;
233 openssh.authorizedKeys.keyFiles = template.openssh.authorizedKeys.keyFiles;
234 };
228} 235}