From f0ec89758a54e3d8c8c0374be115ea7cae300de8 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Wed, 16 Oct 2024 11:20:54 +0200 Subject: [PATCH 1/2] update ssh location --- dafoe/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dafoe/configuration.nix b/dafoe/configuration.nix index b50832e..8220115 100644 --- a/dafoe/configuration.nix +++ b/dafoe/configuration.nix @@ -88,7 +88,7 @@ user = { email = "leon.vatthauer@fau.de"; name = "Leon Vatthauer"; - signingkey = "~/.ssh/git"; + signingkey = "~/git"; }; }; }; From 0fdd26dbd248bc81feff1d12428df24d8cb09e77 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Wed, 16 Oct 2024 11:29:27 +0200 Subject: [PATCH 2/2] remove nextcloud, fix ssh v2 --- dafoe/configuration.nix | 2 +- dafoe/services/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dafoe/configuration.nix b/dafoe/configuration.nix index 8220115..0081f0a 100644 --- a/dafoe/configuration.nix +++ b/dafoe/configuration.nix @@ -88,7 +88,7 @@ user = { email = "leon.vatthauer@fau.de"; name = "Leon Vatthauer"; - signingkey = "~/git"; + signingkey = "/git"; }; }; }; diff --git a/dafoe/services/default.nix b/dafoe/services/default.nix index 036277f..b5a1918 100644 --- a/dafoe/services/default.nix +++ b/dafoe/services/default.nix @@ -8,6 +8,6 @@ ./restic.nix ./ssh.nix ./vaultwarden.nix - ./nextcloud.nix + #./nextcloud.nix ]; }