diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index ed0fe30..9bf3d40 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -88,6 +88,5 @@ system = { stateVersion = "23.05"; configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev; - nixos.variant_id = lib.strings.toLower config.networking.hostName; }; } diff --git a/roles/common/services/syncthing.nix b/roles/common/services/syncthing.nix index 966b866..be8d5ac 100755 --- a/roles/common/services/syncthing.nix +++ b/roles/common/services/syncthing.nix @@ -22,7 +22,7 @@ }; "steamdeck" = { name = "Steam Deck"; - id = "DNFEGEA-PDEVW5A-O5VBVQK-IUXI7J5-MAHCQAG-2JLEFFM-DSXB6AS-TX6ZHAN"; + id = "DLQPL74-KEQTPM5-X4PDZHB-4HLQYHV-UCMJLOB-P6W3KWU-QLJADBY-V4KEMA5"; }; "server" = { name = "Everest";