From 0c1c93f79ad7795d9d04e2d16dc47bc81f1e3ae5 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 13 Jan 2025 13:41:53 +0100 Subject: [PATCH] thaylen-city: Fix evaluation --- machines/thaylen-city/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/thaylen-city/default.nix b/machines/thaylen-city/default.nix index 21655743..6a3e94a1 100644 --- a/machines/thaylen-city/default.nix +++ b/machines/thaylen-city/default.nix @@ -13,6 +13,12 @@ }; networking.computerName = "Thaylen City"; + age.identityPaths = + [ + "/etc/ssh/ssh_host_ed25519_key" + "/etc/ssh/ssh_host_rsa_key" + ]; + fonts.packages = with pkgs; [ hack-font font-awesome @@ -48,6 +54,7 @@ }; }; security.pam.enableSudoTouchIdAuth = true; + services.openssh.enable = true; system = { defaults = { dock = {