Compare commits

...

2 Commits

Author SHA1 Message Date
Astro 24872f0b75 flake.nix: don't pull the microvm module into skyflake vms
This is forbidden for security reasons.
2023-05-23 20:55:22 +02:00
Astro 69a5ebae1c modules/microvm-defaults: remove firewall.autoLoadConntrackHelpers
> Failed assertions:
> - conntrack helper autoloading has been removed from kernel 6.0
>   and newer
2023-05-23 20:37:15 +02:00
2 changed files with 0 additions and 4 deletions

View File

@ -790,7 +790,6 @@
cluster-network = ./modules/cluster/network.nix;
cluster-options.imports = [
deployment.nixosModules.deployment-options
microvm.nixosModules.microvm
./modules/microvm-defaults.nix
];
microvm.imports = [

View File

@ -27,9 +27,6 @@
hardware.enableRedistributableFirmware = false;
# required that sysctl contains net.netfilter.nf_conntrack_max on boot
networking.firewall.autoLoadConntrackHelpers = true;
# nix store is mounted read only
nix.gc.automatic = false;