summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/eostre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index 5f58e0a0..92a988f9 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -124,7 +124,7 @@ with lib;
124 ExecStart = pkgs.writeScript "hm-activate" '' 124 ExecStart = pkgs.writeScript "hm-activate" ''
125 #! ${pkgs.runtimeShell} -el 125 #! ${pkgs.runtimeShell} -el
126 126
127 case $USER of 127 case $USER in
128 ${concatStringsSep "\n " (mapAttrsToList (_: usercfg: builtins.replaceStrings ["\n"] ["\n "] '' 128 ${concatStringsSep "\n " (mapAttrsToList (_: usercfg: builtins.replaceStrings ["\n"] ["\n "] ''
129 ${usercfg.home.username}) 129 ${usercfg.home.username})
130 ${usercfg.home.activationPackage}/activate 130 ${usercfg.home.activationPackage}/activate