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 = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
{ _ }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -7,5 +5,4 @@
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue