Files
nix-config/modules/home/sops/default.nix
2025-07-20 18:35:14 -05:00

18 lines
496 B
Nix

{ config, ... }:
{
# sops = {
# age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
# defaultSopsFile = "/etc/nixos/secrets/secrets.yaml";
# validateSopsFiles = false;
# secrets = {
# "ssh-keys-public/desktop-nixos" = {
# path = "/home/matt/.ssh/id_ed25519.pub";
# mode = "0644";
# };
# "ssh-keys-private/desktop-nixos" = {
# path = "/home/matt/.ssh/id_ed25519";
# mode = "0600";
# };
# };
# };
}