diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-30 00:24:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 00:24:24 +0200 |
| commit | 3365d1c160210696c306923f826ff1797758ad22 (patch) | |
| tree | a2fc1e7b5452fb5785687d7f5c64e8c3fbcce1d8 /nixos/hosts | |
| parent | f7fbe0e37c6496df8876322298b4b6a97593732b (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/bin/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index f20430c..d9ef4e5 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -76,6 +76,9 @@ wireguard-tools ]; + services.nscd.enable = false; + system.nssModules = lib.mkForce []; + services.openssh = { enable = true; settings = { |
