Skip to content

Commit

Permalink
nixos/security/sops: add khanelinix ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 27, 2024
1 parent abcb8b7 commit 3117e8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nixos/security/sops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@ in
keyFile = "${config.users.users.${config.${namespace}.user.name}.home}/.config/sops/age/keys.txt";
};
};

sops.secrets = {
"khanelinix_khaneliman_ssh_key" = {
sopsFile = lib.snowfall.fs.get-file "secrets/khanelinix/khaneliman/default.yaml";
};
};
};
}

0 comments on commit 3117e8e

Please sign in to comment.