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. --- system/impermanence/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/impermanence/default.nix') diff --git a/system/impermanence/default.nix b/system/impermanence/default.nix index dd0fa42e..2b314dc4 100644 --- a/system/impermanence/default.nix +++ b/system/impermanence/default.nix @@ -31,7 +31,7 @@ } ]; users.soispha = { - home = "/srv/home/soispha"; # TODO link this to ${config.users.users.soispha.homeDirectory} +#home = "/srv/home/soispha"; # TODO link this to ${config.users.users.soispha.homeDirectory} directories = [ ".local/share" ".cache" -- cgit 1.4.1