mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 15:43:55 +01:00
Deactivate wg and nfs config
This commit is contained in:
parent
3ca1f82eda
commit
7b45924a5d
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./wireguard.nix];
|
# imports = [./wireguard.nix];
|
||||||
|
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue