summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-20 17:49:54 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-20 17:49:54 -0400
commitc97cfd48c0b0f587de34933c538a9375c7b80a9a (patch)
treeaa97c47b55b48b904d6a68806f079e4ba4a7c8e9 /machines
parent285f3e01c854b9aefd1e0e561206697233aaeaab (diff)
Make trygve superuser.
Diffstat (limited to 'machines')
-rw-r--r--machines/container-raigh.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};
}