chore: rename lisanew

This commit is contained in:
Luj 2024-08-01 20:25:37 +02:00
parent 1907ce8933
commit a08b18733f
6 changed files with 76 additions and 4 deletions

View file

@ -1,31 +0,0 @@
{ ... }:
{
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";
}