diff options
-rw-r--r-- | home-manager/config/lf/default.nix | 2 | ||||
-rw-r--r-- | hosts/lahmu/configuration.nix | 2 | ||||
-rw-r--r-- | system/default.nix | 2 | ||||
-rw-r--r-- | system/users/default.nix | 14 |
4 files changed, 10 insertions, 10 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix index c7e59bb8..6cadf504 100644 --- a/home-manager/config/lf/default.nix +++ b/home-manager/config/lf/default.nix @@ -165,7 +165,7 @@ in { gnutar unzip # TODO this is unfree! unrar - + p7zip ; }; diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix index 4c951d11..dbf6327c 100644 --- a/hosts/lahmu/configuration.nix +++ b/hosts/lahmu/configuration.nix @@ -17,7 +17,7 @@ soispha = { users = { -# enable = true; + # enable = true; hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; }; }; diff --git a/system/default.nix b/system/default.nix index 016fb0c1..c14e62b4 100644 --- a/system/default.nix +++ b/system/default.nix @@ -7,6 +7,6 @@ ./locale #./packages ./sound - ./users # this needs to be after fileSystemLayouts + ./users # the position of this item is fully arbitrary ]; } diff --git a/system/users/default.nix b/system/users/default.nix index e96e2f37..d5b69814 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 + # ''; }; } |