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 = [
./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;