From c97cfd48c0b0f587de34933c538a9375c7b80a9a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 20 May 2017 17:49:54 -0400 Subject: Make trygve superuser. --- machines/container-raigh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/container-raigh.nix b/machines/container-raigh.nix index d502b8d..9a83c5b 100644 --- a/machines/container-raigh.nix +++ b/machines/container-raigh.nix @@ -17,7 +17,7 @@ uid = 1100; home = "/home/trygve"; description = "Trygve"; - extraGroups = [ ]; + extraGroups = [ "wheel" ]; openssh.authorizedKeys.keyFiles = [ ../data/trygve_rsa.pub ]; }; } -- cgit v1.2.3