From 4b34669e39ea717c3c17e749d1940ccc31c30399 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 31 Dec 2024 14:20:56 +0800 Subject: [PATCH] users/foo-dogsquared: update keys and disable ArchiveBox (for now) --- .../home-manager/foo-dogsquared/modules/programs/keys.nix | 8 -------- .../foo-dogsquared/modules/setups/research.nix | 4 ---- 2 files changed, 12 deletions(-) diff --git a/configs/home-manager/foo-dogsquared/modules/programs/keys.nix b/configs/home-manager/foo-dogsquared/modules/programs/keys.nix index 29f311ae..d0fe9298 100644 --- a/configs/home-manager/foo-dogsquared/modules/programs/keys.nix +++ b/configs/home-manager/foo-dogsquared/modules/programs/keys.nix @@ -25,14 +25,6 @@ in 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 diff --git a/configs/home-manager/foo-dogsquared/modules/setups/research.nix b/configs/home-manager/foo-dogsquared/modules/setups/research.nix index 10c7606a..b221b811 100644 --- a/configs/home-manager/foo-dogsquared/modules/setups/research.nix +++ b/configs/home-manager/foo-dogsquared/modules/setups/research.nix @@ -40,10 +40,6 @@ in { state.ports.syncthing.value = 8384; - users.foo-dogsquared.services.archivebox = { - enable = true; - }; - home.packages = with pkgs; [ anki # Rise, rinse, and repeat. curl # The general purpose downloader.