From a6c6cb699a310f3d1d3e4b09f0bb18616502d97e Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 10 Aug 2024 06:16:47 +0200 Subject: [PATCH] hosts: small fixes on lifebook init config --- hosts/default.nix | 2 +- hosts/lifebook/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ];