From dd6b692c12e932096f99873f9b77c0b8d73d46bf Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 14:12:50 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index c6b243d8..c7e7a504 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -9,7 +9,7 @@ boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "virtio_pci" "virtio_blk" "sr_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ ]; + config.boot.kernelModules = [ "iptable_nat" "iptable_filter" "xt_nat" ]; boot.extraModulePackages = [ ]; virtualisation.hypervGuest.enable = true;