From 70bb7e938c16ff4dd8886c4038d91a56c4034688 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Thu, 29 Aug 2024 11:10:22 +0200 Subject: [PATCH] feat: add brontes identity --- hosts/brontes/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/brontes/configuration.nix b/hosts/brontes/configuration.nix index 30133e1..9b87eb2 100644 --- a/hosts/brontes/configuration.nix +++ b/hosts/brontes/configuration.nix @@ -61,6 +61,7 @@ }; }; + age.identityPaths = [ "/home/ny/.ssh/id_ed25519" ]; # Necessary for Nautilus to display trash, DVDs and for gnome-disk-utility to show file systems services.gvfs.enable = true;