mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
enable fail2ban
This commit is contained in:
parent
971cdc4f05
commit
3d4a56f360
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
];
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.package = pkgs.nixUnstable;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
@ -24,7 +26,7 @@
|
|||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
services.fail2ban.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
|
|
Loading…
Reference in a new issue