chore: init lisanew

This commit is contained in:
Luj 2024-07-10 00:36:37 +02:00
parent a8e024ee40
commit 995e898b72
5 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{ ... }:
{
imports = [
./hardware.nix
./home-julien.nix
];
deployment.tags = [ "server" ];
disko = import ./disko.nix;
services.fail2ban.enable = true;
networking.useNetworkd = true;
systemd.network = {
enable = true;
networks = {
"10-wan" = {
matchConfig.Name = "enp0s20";
networkConfig = {
DHCP = "ipv4";
};
linkConfig.RequiredForOnline = "routable";
};
};
};
system.stateVersion = "24.05";
}