diff --git a/lib/users/manuel.nix b/lib/users/manuel.nix index fd2a1fb..3d77d3f 100644 --- a/lib/users/manuel.nix +++ b/lib/users/manuel.nix @@ -1,4 +1,4 @@ -{ user, ... }: { +{ config, user, ... }: { imports = [ ./common.nix ]; @@ -6,6 +6,12 @@ config = { home.stateVersion = "23.11"; + sops = { + age.sshKeyPaths = [ + "${config.home.homeDirectory}/.ssh/id_ed25519" + ]; + }; + programs = { home-manager.enable = true;