Compare commits
No commits in common. "4056f7333ef34585d6b525a51ce7328160e25570" and "06c8228d164b11176bd4fe3de8a4528d22e3bbcf" have entirely different histories.
4056f7333e
...
06c8228d16
3 changed files with 1 additions and 7 deletions
|
@ -62,10 +62,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = mkIf isGraphical {
|
config = mkIf isGraphical {
|
||||||
age.secrets.rbwConfig = {
|
age.secrets.rbwConfig.file = (self + "/secrets/rbw_config.age");
|
||||||
file = (self + "/secrets/rbw_config.age");
|
|
||||||
owner = username;
|
|
||||||
};
|
|
||||||
hjem.users.${username}.xdg.config.files."rbw/config.json".source = config.age.secrets.rbwConfig.path;
|
hjem.users.${username}.xdg.config.files."rbw/config.json".source = config.age.secrets.rbwConfig.path;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
|
@ -25,9 +25,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secretsDir = "/persist/run/secrets";
|
|
||||||
age.secretsMountPoint = "/persist/run/secret-generations";
|
|
||||||
|
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue