aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fpkg/build.nix')
-rw-r--r--cmd/fpkg/build.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/fpkg/build.nix b/cmd/fpkg/build.nix
index 0a0a558f..b5c50801 100644
--- a/cmd/fpkg/build.nix
+++ b/cmd/fpkg/build.nix
@@ -57,7 +57,7 @@ let
modules = modules ++ [
{
home = {
- username = "fortify";
+ username = "hakurei";
homeDirectory = "/data/data/${id}";
stateVersion = "22.11";
};
@@ -65,7 +65,7 @@ let
];
};
- launcher = writeScript "fortify-${pname}" ''
+ launcher = writeScript "hakurei-${pname}" ''
#!${runtimeShell} -el
${script}
'';