about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-05-31 01:25:22 +0200
committerProfpatsch <mail@profpatsch.de>2019-05-31 01:25:22 +0200
commit6733e3d31626232ab86dccae25adc5fb9bdd3f98 (patch)
tree5e4124d8de476df30782a8a1f9e8d7722f9ab34f
parent1f5bce2292b74483830290e7d75aac46a782c18a (diff)
machines/shiki: give up, just add "docker" group to user
-rw-r--r--machines/profpatsch/lib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/lib.nix b/machines/profpatsch/lib.nix
index 745fc156..d3cb9500 100644
--- a/machines/profpatsch/lib.nix
+++ b/machines/profpatsch/lib.nix
@@ -6,7 +6,7 @@ rec {
 
   philip = rec {
     name = "philip";
-    extraGroups = [ "wheel" "networkmanager" ];
+    extraGroups = [ "wheel" "networkmanager" "docker" ];
     uid = 1000;
     createHome = true;
     home = "/home/philip";