remove nextcloud, fix ssh v2

This commit is contained in:
Leon Vatthauer 2024-10-16 11:29:27 +02:00
parent d5d9b9d08d
commit 0fdd26dbd2
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@
user = { user = {
email = "leon.vatthauer@fau.de"; email = "leon.vatthauer@fau.de";
name = "Leon Vatthauer"; name = "Leon Vatthauer";
signingkey = "~/git"; signingkey = "/git";
}; };
}; };
}; };

View file

@ -8,6 +8,6 @@
./restic.nix ./restic.nix
./ssh.nix ./ssh.nix
./vaultwarden.nix ./vaultwarden.nix
./nextcloud.nix #./nextcloud.nix
]; ];
} }