mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:36:33 +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.nftables.enable = true;
|
||||||
|
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 53 ];
|
allowedTCPPorts = [ 53 ];
|
||||||
|
@ -77,14 +78,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.freshrss = {
|
services.freshrss = {
|
||||||
enable = true;
|
enable = false;
|
||||||
virtualHost = "rss.local";
|
virtualHost = "rss.local";
|
||||||
authType = "none";
|
authType = "none";
|
||||||
baseUrl = "http://rss.local";
|
baseUrl = "http://rss.local";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = false;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"manga.local" = {
|
"manga.local" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"rtsx_pci_sdmmc"
|
"rtsx_pci_sdmmc"
|
||||||
];
|
];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" "coretemp" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
|
Loading…
Reference in a new issue