diff --git a/features/caches/default.nix b/features/caches/default.nix index 108316a..4bed67f 100644 --- a/features/caches/default.nix +++ b/features/caches/default.nix @@ -2,7 +2,7 @@ imports = [ ./iohk.nix ./reflex.nix - ./platonic.nix + # ./platonic.nix -- don't need ssh cache ./cm-idris2-pkgs.nix ]; } diff --git a/features/server/harden.nix b/features/server/harden.nix index d76c3a0..5490391 100644 --- a/features/server/harden.nix +++ b/features/server/harden.nix @@ -15,7 +15,7 @@ enable = true; ignoreIP = [ # quebec - "70.53.187.43" + "70.53.237.50" ]; }; }; diff --git a/flake.nix b/flake.nix index fc2bc27..ec99f14 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ ./features/takemessh ./features/caches ./features/current-location.nix - ./features/passwordstore.nix + #./features/passwordstore.nix # home-manager configuration home-manager.nixosModules.home-manager @@ -101,6 +101,8 @@ now = mkComputer ./hosts/hetzner/ax101.nix [ + ./features/server/harden.nix + ./features/server/devserver.nix ]; };