envfs for making normal shell scripts work
This commit is contained in:
@@ -27,6 +27,11 @@ in {
|
|||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
getTotalPowerUsed
|
getTotalPowerUsed
|
||||||
watchCurrentPowerUsed
|
watchCurrentPowerUsed
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
};
|
};
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = false;
|
enable = false;
|
||||||
acceleration = "cuda";
|
acceleration = "rocm";
|
||||||
};
|
};
|
||||||
virtualisation.waydroid.enable = false;
|
virtualisation.waydroid.enable = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user