environment
This commit is contained in:
@@ -344,6 +344,10 @@
|
|||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
"/nix/store"
|
"/nix/store"
|
||||||
];
|
];
|
||||||
|
Environment = [
|
||||||
|
"SHELL=${pkgs.bash}/bin/bash"
|
||||||
|
"BASH=${pkgs.bash}/bin/bash"
|
||||||
|
];
|
||||||
|
|
||||||
Restart = lib.mkForce "always";
|
Restart = lib.mkForce "always";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user