From e687f1fa186040c7fc45e66d06499ed81855da81 Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 17 Feb 2023 16:55:27 +0100 Subject: Fix(users): Change home of soispha to /home/soispha This puts the home directory in the tempfs part of the filesystem, so all, not explicitly specified directories, will be restored upon reboot. --- home-manager/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/default.nix') diff --git a/home-manager/default.nix b/home-manager/default.nix index 82e6927d..3edfd682 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -10,7 +10,7 @@ }: let # TODO actually use this in the user config username = "soispha"; - homeDirectory = "/srv/home/${username}"; + homeDirectory = "/home/${username}"; configHome = "${homeDirectory}/.config"; dataHome = "${homeDirectory}/.local/share"; -- cgit 1.4.1