summaryrefslogtreecommitdiff
path: root/hosts/thinkpad
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-08-23 23:46:09 -0400
committerFreya Murphy <freya@freyacat.org>2025-08-23 23:48:12 -0400
commita8eb28cae794f614a7c73d22d58b417eb8f3e7fc (patch)
tree978ecf8f55a7fc619e4d5cea92a581d89e98826a /hosts/thinkpad
parentupdate commits (diff)
downloaddotfiles-nix-a8eb28cae794f614a7c73d22d58b417eb8f3e7fc.tar.gz
dotfiles-nix-a8eb28cae794f614a7c73d22d58b417eb8f3e7fc.tar.bz2
dotfiles-nix-a8eb28cae794f614a7c73d22d58b417eb8f3e7fc.zip
update wireguard configs
Diffstat (limited to 'hosts/thinkpad')
-rw-r--r--hosts/thinkpad/secrets.yaml6
-rw-r--r--hosts/thinkpad/wireguard.nix8
2 files changed, 7 insertions, 7 deletions
diff --git a/hosts/thinkpad/secrets.yaml b/hosts/thinkpad/secrets.yaml
index 33ef635..df406fc 100644
--- a/hosts/thinkpad/secrets.yaml
+++ b/hosts/thinkpad/secrets.yaml
@@ -1,7 +1,7 @@
-freyanetWg: ENC[AES256_GCM,data:Smy7s+aH8+4QsNkIbK4YCT0KKUBY+9xMviTtep6lRl31hLxmym6sntqDQl4=,iv:V2OJt6y9bE/sWC4S+aKSmNpyYiZ0WOPHi1FZ1IOMfjc=,tag:UK5R8iE7wed3iZSAdI+WJQ==,type:str]
+freyanetWg: ENC[AES256_GCM,data:iupv8u+jrRsCVjHwrRYSsONftzk1+Q9MughsZR0VPJAKPHMHwJ66z/wxvYw=,iv:igAfgl+Uf5mPmuwuYoPGOSCibDLa3ioRjLQBvRhZbos=,tag:mzGYEesXyLuo3vrN4oz8LA==,type:str]
sops:
- lastmodified: "2025-07-02T23:48:03Z"
- mac: ENC[AES256_GCM,data:0+UiaZgu6cfQTTRZTl89/sYXL8BV2/XUHsNAuYQsPUY6udWb7j4Nfj1cDMi+O7rnhl3TK61ms6QhdQkkLiMIUVlngzFHi+iWYTQ8WU1V2YneeepVDJuxiQn5PhzSlFDqDvdgPwVRT/HM/KeJ7iUsHKTFBF+MTuKUZTbftCL9ZaM=,iv:3QBubDeW27udjHjJlPXWihNLnFsu0PP5c4CcxCvpzQM=,tag:N0wKnLVVrIhn+aHUJeHWzw==,type:str]
+ lastmodified: "2025-08-24T03:46:59Z"
+ mac: ENC[AES256_GCM,data:TW/7tmlxBgH/7Op7EFA3kGYcpDxkNwhQKFPR001ebEsrkcRvjbVewHo0AO3k/TNSxDaGfPlCo4johEcEF1iD+A+KDurDsZVhjkxSnrofgFKWxL3i+TgEcRXh6CyujMtLmaZi+o17lczQcMEQsZVjgM6Dkx1Uf2i/OS/XvySZ9x4=,iv:EUqRBeRtSTzIYI3cDXqFW2ATeinFu/hLZ77WVNvg2xg=,tag:Zw9mMRTM5zPZ+98TZyDSFw==,type:str]
pgp:
- created_at: "2025-07-02T23:48:03Z"
enc: |-
diff --git a/hosts/thinkpad/wireguard.nix b/hosts/thinkpad/wireguard.nix
index 84ba8d1..72eb113 100644
--- a/hosts/thinkpad/wireguard.nix
+++ b/hosts/thinkpad/wireguard.nix
@@ -9,16 +9,16 @@
networking.wg-quick.interfaces = {
freyanet = {
- address = ["10.2.0.10/32" "fd:cafe:dead:bee::10/128" "fe80::10/128"];
- dns = ["10.3.0.138"];
+ address = ["10.3.0.5/32"];
+ dns = ["10.2.0.1"];
privateKeyFile = config.sops.secrets.freyanetWg.path;
autostart = false;
peers = [
{
publicKey = "x0ykwakpYCvI/pG+nR83lNUyeOE9m54thnX3bvZ+FUk=";
- allowedIPs = ["10.0.0.0/14" "fd:cafe::/32"];
- endpoint = "cid.freya.cat:3000";
+ allowedIPs = ["10.0.0.0/8"];
+ endpoint = "freya.cat:3000";
persistentKeepalive = 25;
}
];