mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +01:00
clean up benyaitan
This commit is contained in:
parent
101b630b6c
commit
64cb0dd4a3
2 changed files with 4 additions and 3 deletions
|
@ -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."/" = {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"rtsx_pci_sdmmc"
|
||||
];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.kernelModules = [ "kvm-intel" "coretemp" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" = {
|
||||
|
|
Loading…
Reference in a new issue