sops stuff

This commit is contained in:
2025-08-01 18:42:28 -05:00
parent 64dae445c7
commit 50c9617cdb
4 changed files with 30 additions and 6 deletions

View File

@@ -196,7 +196,13 @@
};
};
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
sops = {
age.keyFile = "/home/nathan/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets/secrets.yaml;
defaultSopsFormat = "yaml";
};
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
}