starting light work on serer infra

This commit is contained in:
alisceon 2025-08-26 14:00:14 +02:00
parent 16b6623f7f
commit bde2cb101d
6 changed files with 212 additions and 1 deletions

View file

@ -2,7 +2,11 @@
{
services = {
openssh.enable = true;
openssh = {
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
}; # end openssh
}; # end services
services.fwupd.enable = true;