revamp
This commit is contained in:
parent
d23c039131
commit
f59e1af4bd
20 changed files with 62 additions and 157 deletions
|
@ -3,8 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.persistence."/persist".directories = ["/var/www"];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxQuic;
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
||||
networking.firewall.enable = false;
|
||||
}
|
||||
|
|
|
@ -24,6 +24,4 @@
|
|||
system.stateVersion = "24.05";
|
||||
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
|
||||
environment.persistence."/persist".directories = ["/srv/storage"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue