From d34555286bf034e56e06fa97dc1ca90ec2cc2fa9 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 2 Mar 2025 19:37:35 +0100 Subject: [PATCH] tower/configuration.nix: add trusted key --- hosts/tower/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index 8baafaa..5597415 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -13,6 +13,9 @@ # boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox; boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; programs.nix-ld.enable = true; + users.users."cr".openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPiRe9OH/VtWFWyy5QbAVcN7CLxr4zUtRCwmxD6aeN6" + ]; services = { fstrim.enable = lib.mkDefault true; };