about summary refs log tree commit diff
path: root/nix/devel.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-18 17:26:00 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-18 17:40:34 +0900
commit550ec84fb625ca75ae3a44e90c162455925463b2 (patch)
treeaa1f8ec81dbbb00662a0ed08f6b7cf4e0cb91b69 /nix/devel.nix
parentf561b1396d1d5e468e4f28f99937dce31079d0d7 (diff)
downloaddotfiles-550ec84fb625ca75ae3a44e90c162455925463b2.tar.gz
Update NixOS network config
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;
-  };
 }