aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos.nix')
-rw-r--r--nixos.nix2
1 files changed, 1 insertions, 1 deletions
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