aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
- # '';
};
}