From 550ec84fb625ca75ae3a44e90c162455925463b2 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 18 Jun 2023 17:26:00 +0900 Subject: Update NixOS network config --- nix/devel.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'nix/devel.nix') diff --git a/nix/devel.nix b/nix/devel.nix index 8840a1b..a74ad73 100644 --- a/nix/devel.nix +++ b/nix/devel.nix @@ -20,13 +20,8 @@ services.openssh = { enable = true; settings = { - passwordAuthentication = false; - kbdInteractiveAuthentication = false; + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; }; }; - - virtualisation.podman = { - dockerCompat = true; - enable = true; - }; } -- cgit 1.4.1