Deactivate wg and nfs config

This commit is contained in:
xqtc161 2024-06-19 15:34:15 +02:00
parent 3ca1f82eda
commit 7b45924a5d
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ with lib; {
./nextcloud.nix ./nextcloud.nix
./paperless.nix ./paperless.nix
./docker.nix ./docker.nix
./nfs.nix # ./nfs.nix
../../gc.nix ../../gc.nix
../../../common ../../../common
]; ];

View file

@ -4,7 +4,7 @@
inputs, inputs,
... ...
}: { }: {
imports = [./wireguard.nix]; # imports = [./wireguard.nix];
services.openssh.settings.PasswordAuthentication = false; services.openssh.settings.PasswordAuthentication = false;