Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Standalone home secrets

+1 -1
+1 -1
nix/home/modules/secrets/default.nix
··· 12 12 homeSecrets = config.my.secretDefinitions; 13 13 standaloneHomeSecrets = lib.removeAttrs homeSecrets (builtins.attrNames osSecrets); 14 14 in { 15 - my.secrets = osSecrets // standaloneHomeSecrets; 15 + my.secrets = osSecrets // config.age.secrets; 16 16 age = { 17 17 secrets = standaloneHomeSecrets; 18 18 rekey = lib.mkIf (osConfig != {}) {