From a433b7df295f924bc3259fdb7ece389a31ae3181 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Feb 2023 22:17:24 +0100 Subject: Feat: Reworked the Filesystem configuration This reduces the unnecessary complexity of the whole fileSystemLayouts.nix file. --- system/users/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/users') diff --git a/system/users/users.nix b/system/users/users.nix index ca2fc352..2c962c26 100644 --- a/system/users/users.nix +++ b/system/users/users.nix @@ -7,7 +7,7 @@ mutableUsers = false; users.soispha = { isNormalUser = true; - home = "/home/soispha"; + home = "/srv/home/soispha"; shell = pkgs.zsh; initialHashedPassword = "$y$jFT$ONrCqZIJKB7engmfA4orD/$0GO58/wV5wrYWj0cyONhyujZPjFmbT0XKtx2AvXLG0B"; extraGroups = ["wheel"]; -- cgit 1.4.1