clean up benyaitan

This commit is contained in:
Johannes Jöns 2024-07-15 11:47:13 +02:00
parent 101b630b6c
commit 64cb0dd4a3
2 changed files with 4 additions and 3 deletions

View file

@ -43,6 +43,7 @@
networking.nftables.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [ 53 ];
@ -77,14 +78,14 @@
};
services.freshrss = {
enable = true;
enable = false;
virtualHost = "rss.local";
authType = "none";
baseUrl = "http://rss.local";
};
services.nginx = {
enable = true;
enable = false;
virtualHosts = {
"manga.local" = {
locations."/" = {

View file

@ -19,7 +19,7 @@
"rtsx_pci_sdmmc"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelModules = [ "kvm-intel" "coretemp" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {