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