From bd9da01552f379880da31f11b1efb2c8209bb2d7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 11 Nov 2022 18:51:20 +0100 Subject: ... --- hosts/eostre/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/eostre') 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; ExecStart = pkgs.writeScript "hm-activate" '' #! ${pkgs.runtimeShell} -el - case $USER of + case $USER in ${concatStringsSep "\n " (mapAttrsToList (_: usercfg: builtins.replaceStrings ["\n"] ["\n "] '' ${usercfg.home.username}) ${usercfg.home.activationPackage}/activate -- cgit v1.2.3