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.