Compare commits

..

No commits in common. "cce94888f45875930f7fb0bee6f806cb5dacea32" and "55869466ee38d170a24490c1538bf5c88105e440" have entirely different histories.

2 changed files with 11 additions and 17 deletions

View File

@ -68,13 +68,7 @@
}; };
services = { services = {
tlp = { tlp.enable = true; # TLP and auto-cpufreq for power management
enable = true; # TLP and auto-cpufreq for power management
settings = {
USB_DENYLIST="fc32:1287 1e7d:2e4a 1d5c:5500 1d5c:5510";
};
};
logind.lidSwitch = "suspend-then-hibernate"; # Laptop does not go to sleep when lid is closed logind.lidSwitch = "suspend-then-hibernate"; # Laptop does not go to sleep when lid is closed
#auto-cpufreq.enable = true; #auto-cpufreq.enable = true;
blueman.enable = true; blueman.enable = true;

View File

@ -110,17 +110,17 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/mnt/Pluto" = # fileSystems."/mnt/Pluto" =
{ device = "nas:/Pluto"; # { device = "nas:/Pluto";
fsType = "nfs"; # fsType = "nfs";
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ]; # options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
}; # };
fileSystems."/mnt/Mars" = # fileSystems."/mnt/Mars" =
{ device = "nas:/Mars"; # { device = "nas:/Mars";
fsType = "nfs"; # fsType = "nfs";
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ]; # options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
}; # };
swapDevices = [ ]; swapDevices = [ ];