From 2266e3071256412ec6014fede6393b14932b19b7 Mon Sep 17 00:00:00 2001 From: harry123 Date: Sun, 8 Dec 2024 11:03:41 +0100 Subject: [PATCH 1/2] disabled matrix as not used --- features/server/services/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/server/services/default.nix b/features/server/services/default.nix index 1c65f26..1adf285 100644 --- a/features/server/services/default.nix +++ b/features/server/services/default.nix @@ -8,7 +8,7 @@ ./irc-server.nix ./grafana.nix ./forgejo.nix - ./synapse-matrix.nix + # ./synapse-matrix.nix ./uptime-kuma.nix ]; } From f3db56248944582e3c78685cd505510e5d2a3b9f Mon Sep 17 00:00:00 2001 From: harry123 Date: Sun, 8 Dec 2024 16:43:30 +0100 Subject: [PATCH 2/2] added ssh key --- hosts/sisyphe/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sisyphe/configuration.nix b/hosts/sisyphe/configuration.nix index 425b8c5..d6c77df 100644 --- a/hosts/sisyphe/configuration.nix +++ b/hosts/sisyphe/configuration.nix @@ -53,6 +53,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA8sdToNavEQv7PTMJ97HIGM6UlChwGS3x9O8hFilzui harryh@ik.me" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjz5MUSmc1ahtUJWuvzG7PHH432nx6a0Nj2zfxt3oTP geekcat@protonmail.com" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9Yp7TbDhYJ27Sh+LcPXT569bMVwbFrkE4zksfU84l+ harry123@goober" ]; initialHashedPassword = "$y$j9T$H0D6NpMw1EU.oDhbMWrwL.$wDGGBKKGQdzeDRTzq0gWhoLdyUpQ2w6PMmGl.nuQ11/";