Add configuration
All checks were successful
check / check (push) Successful in 34s

This commit is contained in:
Florian RICHER 2025-06-16 01:05:21 +02:00
parent ade8269ecf
commit 33726bf4c1
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -61,5 +61,12 @@
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
};
networking.interfaces.enp16s0.wakeOnLan.enable = true;
networking.interfaces.enp17s0.wakeOnLan.enable = true;
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
};
};
}