From 1f92a821fb8334cb9e1853a0046d0b2b31e40ac0 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 7 Feb 2026 13:37:27 -0700 Subject: [PATCH] environment --- nix/home-server.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nix/home-server.nix b/nix/home-server.nix index 6536dfe..87d2486 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -322,11 +322,8 @@ environment.pathsToLink = [ "/bin" ]; - system.activationScripts.bashSymlink = '' - mkdir -p /bin - ln -sf ${pkgs.bash}/bin/bash /bin/bash - ''; - + + environment.binsh = "${pkgs.bash}/bin/bash"; systemd.services.gitea-runner-infrastructure.serviceConfig = { ReadWritePaths = [ "/data/cloudflare/"