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