Move stuff, rm nix-gaming

This commit is contained in:
Henry Hiles 2025-03-22 17:16:45 -04:00
parent 9afb7422a8
commit ec1251c8f7
13 changed files with 22 additions and 26 deletions

View file

@ -0,0 +1,10 @@
{
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = true;
AllowUsers = ["quadradical"];
PermitRootLogin = "no";
};
};
}