Configure sops for the personal user

This commit is contained in:
Manuel Thalmann 2024-05-21 00:54:43 +02:00
parent 90c7cb0d98
commit 58ea2512a9

View file

@ -1,4 +1,4 @@
{ user, ... }: { { config, user, ... }: {
imports = [ imports = [
./common.nix ./common.nix
]; ];
@ -6,6 +6,12 @@
config = { config = {
home.stateVersion = "23.11"; home.stateVersion = "23.11";
sops = {
age.sshKeyPaths = [
"${config.home.homeDirectory}/.ssh/id_ed25519"
];
};
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;