My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[hosts.prefect] more dn42 stuff

dish 70e950d8 06ad8a66

+4 -4
+4 -4
hosts/prefect/bootloader.nix
··· 32 32 supportedFilesystems = fileSystems; 33 33 kernelPackages = pkgs.linuxPackages_6_1; 34 34 kernel.sysctl = { 35 - "net.ipv4.ip_forward" = 1; 36 - "net.ipv6.conf.all.forwarding" = 1; 37 - "net.ipv4.conf.default.rp_filter" = 0; 38 - "net.ipv4.conf.all.rp_filter" = 0; 35 + "net.ipv4.ip_forward" = true; 36 + "net.ipv6.conf.all.forwarding" = true; 37 + "net.ipv4.conf.default.rp_filter" = false; 38 + "net.ipv4.conf.all.rp_filter" = false; 39 39 }; 40 40 }; 41 41 services.udev.extraRules = ''