diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-07 20:15:37 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-07 20:15:37 +0900 |
| commit | 40cc8a68d11e01b36dcb1faacf5bb4e3d081cdce (patch) | |
| tree | 1a6dc9bc7dbc6e80666ba0c214b02edbb6c54ad9 /nixos.nix | |
| parent | f773c92411b657be10c7a70d25e53bc18dff66b4 (diff) | |
nix: rename home directories
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
