diff --git a/machines/photo01/nginx.nix b/machines/photo01/nginx.nix index cd65d4e..b44aeaa 100644 --- a/machines/photo01/nginx.nix +++ b/machines/photo01/nginx.nix @@ -1,7 +1,4 @@ -{ _ }: - { - services.nginx = { enable = true; recommendedTlsSettings = true; diff --git a/machines/photo01/openssh.nix b/machines/photo01/openssh.nix index ffdc319..5f4aeb2 100644 --- a/machines/photo01/openssh.nix +++ b/machines/photo01/openssh.nix @@ -1,5 +1,3 @@ -{ _ }: - { services.openssh = { enable = true; @@ -7,5 +5,4 @@ PasswordAuthentication = false; }; }; - }