Trying to add new machine

This commit is contained in:
Julien Malka 2022-01-01 19:16:42 +01:00
parent 5889cfdbdb
commit d05b910886
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
4 changed files with 55 additions and 3 deletions

View file

@ -33,6 +33,7 @@
};
nix.maxJobs = lib.mkDefault 4;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services.fail2ban.enable = true;