From 1b6b2d3bf2e6db1dab915afcf1b93968061c0087 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 3 Jun 2024 20:14:36 -0400 Subject: [PATCH] ssh from default to force artemision Signed-off-by: ahuston-0 --- systems/artemision/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/artemision/configuration.nix b/systems/artemision/configuration.nix index d138d58..3df71e7 100644 --- a/systems/artemision/configuration.nix +++ b/systems/artemision/configuration.nix @@ -50,7 +50,7 @@ }) { inherit (pkgs) system; }).fwupd; fprintd.enable = true; - openssh.enable = lib.mkDefault false; + openssh.enable = lib.mkForce false; spotifyd = { enable = true;