From 40cc8a68d11e01b36dcb1faacf5bb4e3d081cdce Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 7 Dec 2024 20:15:37 +0900 Subject: [PATCH] nix: rename home directories Signed-off-by: Ophestra Umiker --- nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index 5e5593d..b6521ec 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