From 884b16f24ad59a1b20690f1f22544ca22321216b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 21 Jun 2024 20:39:35 +0200 Subject: [PATCH] bit of cleanup --- machines/orbi/configuration.nix | 4 +--- machines/sternchen/configuration.nix | 1 - modules/default.nix | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/machines/orbi/configuration.nix b/machines/orbi/configuration.nix index 8e57b30..0ef64e9 100644 --- a/machines/orbi/configuration.nix +++ b/machines/orbi/configuration.nix @@ -41,7 +41,7 @@ components.network.nginx.landingpage.enable = false; components.network.wifi.enable = false; - components.network.fail2ban.enable = true; # fixme: not really working at the moment + components.network.fail2ban.enable = true; components.network.sshd.sshguard.enable = false; components.monitor.enable = true; @@ -53,8 +53,6 @@ security.acme.acceptTerms = true; security.acme.defaults.email = "contact@ingolf-wagner.de"; - sops.defaultSopsFile = ../../secrets/orbi.yaml; - # chungus rsync users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkqVvuJSvRMO5pG2CHNNBxjB7HlJudK4TQs3BhbOWOD" ]; diff --git a/machines/sternchen/configuration.nix b/machines/sternchen/configuration.nix index 5912499..be0f960 100644 --- a/machines/sternchen/configuration.nix +++ b/machines/sternchen/configuration.nix @@ -11,7 +11,6 @@ ]; - sops.defaultSopsFile = ../../secrets/sternchen.yaml; networking.hostName = "sternchen"; system.stateVersion = "23.11"; diff --git a/modules/default.nix b/modules/default.nix index eda33da..7cbfb82 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -3,7 +3,7 @@ imports = [ ./browser.nix ./castget.nix - ./init-ssh.nix + #./init-ssh.nix ./rbackup.nix ./samba-share.nix ./taskwarrior-autotag.nix