envfs for making normal shell scripts work
This commit is contained in:
@@ -27,6 +27,11 @@ in {
|
||||
'';
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
|
||||
#Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process.
|
||||
#This is useful to execute shebangs on NixOS that assume hard coded locations in locations like /bin or /usr/bin etc.
|
||||
services.envfs.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
getTotalPowerUsed
|
||||
watchCurrentPowerUsed
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
};
|
||||
services.ollama = {
|
||||
enable = false;
|
||||
acceleration = "cuda";
|
||||
acceleration = "rocm";
|
||||
};
|
||||
virtualisation.waydroid.enable = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user