summaryrefslogtreecommitdiff
path: root/modules/compromyse.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-12 21:56:50 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-12 21:56:50 +0530
commit1127041cda7ff8aaadd5321a27d404a00db2088d (patch)
treeb241609ece7d9a44c20d2f6436ec494853666e2c /modules/compromyse.nix
parentdcfadeeb179db143390e937d3737f8170afe4d3d (diff)
Revert "dwm"
This reverts commit 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e.
Diffstat (limited to 'modules/compromyse.nix')
-rw-r--r--modules/compromyse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/compromyse.nix b/modules/compromyse.nix
index 89443f4..f822b46 100644
--- a/modules/compromyse.nix
+++ b/modules/compromyse.nix
@@ -5,6 +5,6 @@
initialPassword = "changeme";
isNormalUser = true;
# openssh.authorizedKeys.keys = [];
- extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "tty" "libvirtd" "docker" ];
+ extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" ];
};
}