From a37e4720caf9c4ab0c2b0c6222864326c4b0abf9 Mon Sep 17 00:00:00 2001 From: sid Date: Sun, 1 Mar 2026 17:09:07 +0100 Subject: [PATCH] update pc syncthing device id --- hosts/pc/services.nix | 4 ---- modules/nixos/syncthing/default.nix | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/pc/services.nix b/hosts/pc/services.nix index f12c519..ca54851 100644 --- a/hosts/pc/services.nix +++ b/hosts/pc/services.nix @@ -15,10 +15,6 @@ services.openssh.enable = true; - # bootstrap - # services.syncthing.enable = true; - # services.syncthing.guiAddress = "0.0.0.0:8384"; - services.forgejo-runner = { enable = true; url = "https://git.sid.ovh"; diff --git a/modules/nixos/syncthing/default.nix b/modules/nixos/syncthing/default.nix index 42cb14d..52f6564 100644 --- a/modules/nixos/syncthing/default.nix +++ b/modules/nixos/syncthing/default.nix @@ -20,7 +20,7 @@ let addresses = [ "tcp://100.64.0.2:${toString transferPort}" ]; }; pc = { - id = "CSAY5FH-MHYXX4I-ERMWREY-KCXMMUS-AGITLYP-U3EIWNM-RB54JIM-6WIE4AS"; + id = "YP2XFT7-G5PIG3A-A454TCG-EL4IY6R-ZN267N4-JXS3TRA-APDQGSR-J6GZEAF"; addresses = [ "tcp://100.64.0.5:${toString transferPort}" ]; }; rv2 = {