summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-20 17:52:08 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-20 17:52:08 -0400
commit28b9c9ae0e4898b0be61afa58300d03f0f4906f7 (patch)
treedaa7be41e8461c82c68e2317648fd98e050494e2 /machines
parent6fe18386fae81b9389c12850553d875cd2ba5488 (diff)
raigh: Fix trygve
Diffstat (limited to 'machines')
-rw-r--r--machines/container-raigh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/container-raigh.nix b/machines/container-raigh.nix
index c09c8f9..7f6b2c8 100644
--- a/machines/container-raigh.nix
+++ b/machines/container-raigh.nix
@@ -18,6 +18,7 @@
users.extraUsers.trygve = {
uid = 1100;
home = "/home/trygve";
+ isNormalUser = true;
description = "Trygve";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keyFiles = [ ../data/trygve_rsa.pub ];