users/foo-dogsquared: update keys and disable ArchiveBox (for now)

This commit is contained in:
Gabriel Arazas 2024-12-31 14:20:56 +08:00
parent 6532ee4ca9
commit 4b34669e39
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 0 additions and 12 deletions

View File

@ -25,14 +25,6 @@ in
VisualHostKey yes VisualHostKey yes
''; '';
}; };
# Make all of the initial SSH identities configuration here. It should assume
# I have other SSH identities configuration that are not committed here for
# whatever reason.
home.file.".ssh/config.d" = {
source = ../../config/ssh;
recursive = true;
};
}) })
# My GPG client. It has to make sure the keys are not generated and has to be # My GPG client. It has to make sure the keys are not generated and has to be

View File

@ -40,10 +40,6 @@ in
{ {
state.ports.syncthing.value = 8384; state.ports.syncthing.value = 8384;
users.foo-dogsquared.services.archivebox = {
enable = true;
};
home.packages = with pkgs; [ home.packages = with pkgs; [
anki # Rise, rinse, and repeat. anki # Rise, rinse, and repeat.
curl # The general purpose downloader. curl # The general purpose downloader.