hosts: small fixes on lifebook init config
This commit is contained in:
parent
d83a55d62d
commit
a6c6cb699a
@ -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
|
||||||
|
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user