From d302305728f86d7d7d4e90f34aef67a1a6432c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 14 May 2025 00:34:54 +0200 Subject: [PATCH] System Gen37 @ 2025-05-14-00:34:54 by jonas@monolith --- hosts/monolith/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith/configuration.nix b/hosts/monolith/configuration.nix index 388ba26..8027c6c 100644 --- a/hosts/monolith/configuration.nix +++ b/hosts/monolith/configuration.nix @@ -47,7 +47,7 @@ hive.services.kdeconnect.enable = true; hive.wg.client.enable = true; hive.wg.client.privateKeyFile = config.sops.secrets.wg-priv.path; - hive.wg.client.peer = "comfy-station"; + hive.wg.client.peer = "monolith"; hive.programs.games.enable = true; hive.programs.games.lutris = true; hive.programs.games.steam = true;