aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-13 01:43:05 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-13 01:43:05 -0700
commitf031225bf2eee2ec11c2945d5e0fe4213a873300 (patch)
tree6ada6127566318d1ede0bc13eb71e9d7ae0277ad /hosts
parent1808cc6ff71511708f508f61018196cd781d6b7b (diff)
downloadnix-f031225bf2eee2ec11c2945d5e0fe4213a873300.tar
nix-f031225bf2eee2ec11c2945d5e0fe4213a873300.tar.gz
nix-f031225bf2eee2ec11c2945d5e0fe4213a873300.tar.bz2
nix-f031225bf2eee2ec11c2945d5e0fe4213a873300.tar.lz
nix-f031225bf2eee2ec11c2945d5e0fe4213a873300.tar.xz
nix-f031225bf2eee2ec11c2945d5e0fe4213a873300.tar.zst
nix-f031225bf2eee2ec11c2945d5e0fe4213a873300.zip
Fix typo
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index f9277f8..b8aa5e6 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -68,7 +68,7 @@
address = [
"10.4.20.1/24"
];
- ListenPort = 51820;
+ listenPort = 51820;
peers = [
{ # black-sheep
allowedIPs = [ "10.4.20.2/32" ];