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;