From f35867ca6766dfc6864029d0b32d02842988fea6 Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 23 Apr 2024 10:11:09 +0100 Subject: machines/gunnr: forcefully disable sshd Work is going nuts with cybersecurity, so I'm preempting any weird discussions. I don't really need to ssh into gunnr anyway. --- machines/devhell/gunnr.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix index 394f0260..b252157c 100644 --- a/machines/devhell/gunnr.nix +++ b/machines/devhell/gunnr.nix @@ -117,6 +117,9 @@ syncthing = { enable = false; }; + openssh = { + enable = lib.mkForce false; + }; }; services.zfs.autoScrub.enable = true; -- cgit 1.4.1