From 40cc8a68d11e01b36dcb1faacf5bb4e3d081cdce Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 7 Dec 2024 20:15:37 +0900 Subject: nix: rename home directories Signed-off-by: Ophestra Umiker --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index 5e5593d4..b6521ece 100644 --- a/nixos.nix +++ b/nixos.nix @@ -114,7 +114,7 @@ in app_id = aid; inherit (app) groups; username = "u${toString fid}_a${toString aid}"; - home = "${cfg.stateDir}/${toString fid}/${toString aid}"; + home = "${cfg.stateDir}/u${toString fid}/a${toString aid}"; sandbox = { inherit (app) userns -- cgit v1.3.1