forked from DGNum/lab-infra
style(photo01): remove lambda instance
This commit is contained in:
parent
b478879fe8
commit
e1f1054d67
2 changed files with 0 additions and 6 deletions
|
@ -1,7 +1,4 @@
|
|||
{ _ }:
|
||||
|
||||
{
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
{ _ }:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
@ -7,5 +5,4 @@
|
|||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue