some marisa changes

changed marisa services (consul and vault)
This commit is contained in:
2022-01-20 23:11:35 +05:30
parent 3692fea7f1
commit 436a6dfa34
7 changed files with 118 additions and 78 deletions

View File

@@ -1,9 +1,9 @@
{config, pkgs, ...}:
{ config, pkgs, ... }:
{
networking = {
hostName = "Marisa";
firewall = {
allowedTCPPorts = [ 22 80 6060 5001 8800 8888 ];
allowedTCPPorts = [ 22 80 6060 5001 8800 8888 4444 4445 ];
allowedUDPPorts = [ 17840 ];
};
wireless = {
@@ -13,10 +13,10 @@
interfaces = {
wlan0 = {
useDHCP = false;
ipv4.addresses = [ {
ipv4.addresses = [{
prefixLength = 24;
address = "192.168.0.159";
} ];
}];
};
};
wireguard.interfaces.wg0 = {