hosts: small fixes on lifebook init config

This commit is contained in:
Kabbone 2024-08-10 06:16:47 +02:00
parent d83a55d62d
commit a6c6cb699a
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ in
specialArgs = { inherit inputs user location nixos-hardware agenix lanzaboote; }; specialArgs = { inherit inputs user location nixos-hardware agenix lanzaboote; };
modules = [ modules = [
agenix.nixosModules.default agenix.nixosModules.default
lanzaboote.nixosModule.lanzaboote lanzaboote.nixosModules.lanzaboote
./lifebook ./lifebook
./configuration_desktop.nix ./configuration_desktop.nix
../modules/hardware/hydraCache.nix ../modules/hardware/hydraCache.nix

View File

@ -174,7 +174,7 @@
#defaultGateway = "192.168.0.1"; #defaultGateway = "192.168.0.1";
#nameservers = [ "192.168.0.4" ]; #nameservers = [ "192.168.0.4" ];
firewall = { firewall = {
checkReversePath = "false"; checkReversePath = false;
enable = true; enable = true;
allowedUDPPorts = [ 24727 51820 ]; allowedUDPPorts = [ 24727 51820 ];
allowedTCPPorts = [ 24727 ]; allowedTCPPorts = [ 24727 ];