bit of cleanup

This commit is contained in:
Ingolf Wagner 2024-06-21 20:39:35 +02:00
parent 1523fc4f5d
commit 884b16f24a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 2 additions and 5 deletions

View file

@ -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" ];

View file

@ -11,7 +11,6 @@
];
sops.defaultSopsFile = ../../secrets/sternchen.yaml;
networking.hostName = "sternchen";
system.stateVersion = "23.11";

View file

@ -3,7 +3,7 @@
imports = [
./browser.nix
./castget.nix
./init-ssh.nix
#./init-ssh.nix
./rbackup.nix
./samba-share.nix
./taskwarrior-autotag.nix