added vaultwarden but thats under secrets
This commit is contained in:
parent
db09e51c44
commit
f0cdd0dbb1
|
@ -13,6 +13,7 @@ in
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./freecorn.nix
|
./freecorn.nix
|
||||||
./jimbo.nix
|
./jimbo.nix
|
||||||
|
./vaultwarden.nix
|
||||||
"${homeManager}/nixos"
|
"${homeManager}/nixos"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -287,6 +288,7 @@ in
|
||||||
80 443 # Nginx
|
80 443 # Nginx
|
||||||
1234 # rtl_tcp
|
1234 # rtl_tcp
|
||||||
# 25565 # minecraft port
|
# 25565 # minecraft port
|
||||||
|
8222
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
# 4455
|
# 4455
|
||||||
|
|
Reference in a new issue