/nix/store/dlwqlnbaj5vfm9aw20r1yxk8y56lmgif-repo/header.tmpl

Compare commits

..

No commits in common. "4056f7333ef34585d6b525a51ce7328160e25570" and "06c8228d164b11176bd4fe3de8a4528d22e3bbcf" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View file

@ -62,10 +62,7 @@ let
in
{
config = mkIf isGraphical {
age.secrets.rbwConfig = {
file = (self + "/secrets/rbw_config.age");
owner = username;
};
age.secrets.rbwConfig.file = (self + "/secrets/rbw_config.age");
hjem.users.${username}.xdg.config.files."rbw/config.json".source = config.age.secrets.rbwConfig.path;
environment = {

View file

@ -25,9 +25,6 @@ in
};
};
age.secretsDir = "/persist/run/secrets";
age.secretsMountPoint = "/persist/run/secret-generations";
environment.persistence."/persist" = {
enable = true;
hideMounts = true;

Binary file not shown.