From 3d86af76b9ef5657ea90b8308ede18b0da4ceaec Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 12 Jun 2026 20:55:42 -0400 Subject: [PATCH] fix: remove non-existent ssh opts for nixpkgs-25.11 --- hosts/uconsole-cm5/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index eca2778..5a1b679 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -13,8 +13,6 @@ PermitRootLogin = lib.mkForce "prohibit-password"; PasswordAuthentication = lib.mkForce false; }; - authorizedKeysInHomedir = true; - authorizeKeysFromNixStore = false; }; users.users.root.openssh.authorizedKeys.keys = with keys; [