diff --git a/hosts/default.nix b/hosts/default.nix index dded6a3..c7fe8ef 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -63,7 +63,7 @@ in specialArgs = { inherit inputs user location nixos-hardware agenix lanzaboote; }; modules = [ agenix.nixosModules.default - lanzaboote.nixosModule.lanzaboote + lanzaboote.nixosModules.lanzaboote ./lifebook ./configuration_desktop.nix ../modules/hardware/hydraCache.nix diff --git a/hosts/lifebook/hardware-configuration.nix b/hosts/lifebook/hardware-configuration.nix index 8093ed2..13d3711 100644 --- a/hosts/lifebook/hardware-configuration.nix +++ b/hosts/lifebook/hardware-configuration.nix @@ -174,7 +174,7 @@ #defaultGateway = "192.168.0.1"; #nameservers = [ "192.168.0.4" ]; firewall = { - checkReversePath = "false"; + checkReversePath = false; enable = true; allowedUDPPorts = [ 24727 51820 ]; allowedTCPPorts = [ 24727 ];