From 564d83b032a4ca9decc6567c0bcd06f51a50733a Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Tue, 28 Oct 2025 19:01:41 -0400 Subject: [PATCH] Gutterman: disable openssh --- hosts/Gutterman/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/Gutterman/default.nix b/hosts/Gutterman/default.nix index e898a2c..ac1fdc1 100644 --- a/hosts/Gutterman/default.nix +++ b/hosts/Gutterman/default.nix @@ -17,6 +17,9 @@ proxmoxLXC.manageHostName = true; + # enabled by default in the proxmox-lxc module in nixpkgs + services.openssh.enable = false; + boot.loader.systemd-boot.enable = lib.mkForce false; services.fstrim.enable = false;