about summary refs log tree commit diff
path: root/nix/devel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/devel.nix')
-rw-r--r--nix/devel.nix9
1 files changed, 2 insertions, 7 deletions
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;
-  };
 }