hosts: small fixes on lifebook init config

This commit is contained in:
2024-08-10 06:16:47 +02:00
parent d83a55d62d
commit a6c6cb699a
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; };
modules = [
agenix.nixosModules.default
lanzaboote.nixosModule.lanzaboote
lanzaboote.nixosModules.lanzaboote
./lifebook
./configuration_desktop.nix
../modules/hardware/hydraCache.nix

View File

@@ -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 ];