bit of cleanup
This commit is contained in:
parent
1523fc4f5d
commit
884b16f24a
3 changed files with 2 additions and 5 deletions
|
@ -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" ];
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ../../secrets/sternchen.yaml;
|
||||
networking.hostName = "sternchen";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
imports = [
|
||||
./browser.nix
|
||||
./castget.nix
|
||||
./init-ssh.nix
|
||||
#./init-ssh.nix
|
||||
./rbackup.nix
|
||||
./samba-share.nix
|
||||
./taskwarrior-autotag.nix
|
||||
|
|
Loading…
Reference in a new issue