mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 15:23:54 +01:00
Deactivate wg and nfs config
This commit is contained in:
parent
3ca1f82eda
commit
7b45924a5d
|
@ -19,7 +19,7 @@ with lib; {
|
|||
./nextcloud.nix
|
||||
./paperless.nix
|
||||
./docker.nix
|
||||
./nfs.nix
|
||||
# ./nfs.nix
|
||||
../../gc.nix
|
||||
../../../common
|
||||
];
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [./wireguard.nix];
|
||||
# imports = [./wireguard.nix];
|
||||
|
||||
services.openssh.settings.PasswordAuthentication = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue