starting light work on serer infra
This commit is contained in:
parent
16b6623f7f
commit
bde2cb101d
6 changed files with 212 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
|||
|
||||
{
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
}; # end openssh
|
||||
}; # end services
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue