environment

This commit is contained in:
2026-02-07 13:38:57 -07:00
parent 5b50211103
commit d39ab4b5f2

View File

@@ -344,6 +344,10 @@
BindReadOnlyPaths = [
"/nix/store"
];
Environment = [
"SHELL=${pkgs.bash}/bin/bash"
"BASH=${pkgs.bash}/bin/bash"
];
Restart = lib.mkForce "always";
};