about summary refs log tree commit diff stats
path: root/system/users
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/users/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/users/default.nix b/system/users/default.nix
index 8efece26..e96e2f37 100644
--- a/system/users/default.nix
+++ b/system/users/default.nix
@@ -29,12 +29,12 @@ in {
         uid = 1000;
       };
     };
-    system.activationScripts.home_permissions =
-      pkgs.lib.stringAfter ["users"]
-      ''
-        mkdir /home/soispha
-        chmod 700 /home/soispha
-        chown -hR soispha:users /home/soispha
-      '';
+#    system.activationScripts.home_permissions =
+#      pkgs.lib.stringAfter ["users"]
+#      ''
+#        mkdir /home/soispha
+#        chmod 700 /home/soispha
+#        chown -hR soispha:users /home/soispha
+#      '';
   };
 }