about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-17 21:35:21 +0200
committerSoispha <soispha@vhack.eu>2023-05-17 22:14:37 +0200
commit5786bf019d12deb253b49f2cfdf7e74fa0307f61 (patch)
treecd0d01910f15f2b8838552d4cb499185defd7f36 /system
parentFix(sytem/services/printing): Make scanners work (diff)
downloadnixos-config-5786bf019d12deb253b49f2cfdf7e74fa0307f61.zip
Docs(system/users): Remove unneeded comment
Diffstat (limited to 'system')
-rw-r--r--system/users/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/users/default.nix b/system/users/default.nix
index c5a36498..d2fc27fd 100644
--- a/system/users/default.nix
+++ b/system/users/default.nix
@@ -44,12 +44,5 @@ in {
         ];
       };
     };
-    #    system.activationScripts.home_permissions =
-    #      pkgs.lib.stringAfter ["users"]
-    #      ''
-    #        mkdir /home/soispha
-    #        chmod 700 /home/soispha
-    #        chown -hR soispha:users /home/soispha
-    #      '';
   };
 }