My Nix Configuration

[hosts.prefect] more dn42 stuff

Changed files
+4 -4
hosts
prefect
+4 -4
hosts/prefect/bootloader.nix
···
supportedFilesystems = fileSystems;
kernelPackages = pkgs.linuxPackages_6_1;
kernel.sysctl = {
-
"net.ipv4.ip_forward" = 1;
-
"net.ipv6.conf.all.forwarding" = 1;
-
"net.ipv4.conf.default.rp_filter" = 0;
-
"net.ipv4.conf.all.rp_filter" = 0;
+
"net.ipv4.ip_forward" = true;
+
"net.ipv6.conf.all.forwarding" = true;
+
"net.ipv4.conf.default.rp_filter" = false;
+
"net.ipv4.conf.all.rp_filter" = false;
};
};
services.udev.extraRules = ''