forked from DGNum/lab-infra
fix(photo01): split services into modules
This commit is contained in:
parent
c2875a70f8
commit
a81b8de9cc
4 changed files with 36 additions and 27 deletions
11
machines/photo01/openssh.nix
Normal file
11
machines/photo01/openssh.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue