mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: move secrets to private repo
This commit is contained in:
parent
5c0182d087
commit
114abc4c0a
20 changed files with 37 additions and 33 deletions
|
@ -16,19 +16,19 @@ with lib;
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
age.secrets.work-mail-pw = {
|
||||
file = ../../secrets/work-mail-pw.age;
|
||||
file = ../../private/secrets/work-mail-pw.age;
|
||||
};
|
||||
|
||||
age.secrets.dgnum-mail-pw = {
|
||||
file = ../../secrets/dgnum-mail-pw.age;
|
||||
file = ../../private/secrets/dgnum-mail-pw.age;
|
||||
};
|
||||
|
||||
age.secrets.telecom-mail-pw = {
|
||||
file = ../../secrets/telecom-mail-pw.age;
|
||||
file = ../../private/secrets/telecom-mail-pw.age;
|
||||
};
|
||||
|
||||
age.secrets.ens-mail-pw = {
|
||||
file = ../../secrets/ens-mail-pw.age;
|
||||
file = ../../private/secrets/ens-mail-pw.age;
|
||||
};
|
||||
|
||||
programs.mbsync = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue