Add age identity secret file

This commit is contained in:
2023-01-14 01:04:10 +00:00
parent 4d7bf6328e
commit 09a30b5242
5 changed files with 19 additions and 4 deletions

View File

@@ -14,9 +14,15 @@
programs.nm-applet.enable = true;
# A bit confusing but this is required for the home-manager spotifyd :/
age.secrets.spotify_pass = {
file = ../../../secrets/spotify_pass.age;
owner = config.users.users.daniel.name;
age.secrets = {
spotify_pass = {
file = ../../../secrets/spotify_pass.age;
owner = config.users.users.daniel.name;
};
age_identity = {
file = ../../../secrets/age_identity.age;
owner = config.users.users.daniel.name;
};
};
fonts.fonts = with pkgs; [