From 28b9c9ae0e4898b0be61afa58300d03f0f4906f7 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk <kjetil.orbekk@gmail.com> Date: Sat, 20 May 2017 17:52:08 -0400 Subject: raigh: Fix trygve --- machines/container-raigh.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; -- cgit v1.2.3