mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: add iamb config
This commit is contained in:
parent
8c474b419b
commit
20e8bcfe6e
3 changed files with 6 additions and 2 deletions
|
|
@ -199,6 +199,10 @@ in
|
||||||
file = "${../secrets/ltex_dict.age}";
|
file = "${../secrets/ltex_dict.age}";
|
||||||
path = "/home/leana/.config/ltex_dict";
|
path = "/home/leana/.config/ltex_dict";
|
||||||
};
|
};
|
||||||
|
iambconfig = {
|
||||||
|
file = "${../secrets/iambconfig.age}";
|
||||||
|
path = "/home/leana/.config/iamb/config.toml";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
nix/secrets/iambconfig.age
Normal file
BIN
nix/secrets/iambconfig.age
Normal file
Binary file not shown.
|
|
@ -15,8 +15,6 @@ let
|
||||||
in {
|
in {
|
||||||
"wpa_password.age".publicKeys = all;
|
"wpa_password.age".publicKeys = all;
|
||||||
|
|
||||||
"sshconfig.age".publicKeys = all;
|
|
||||||
|
|
||||||
"restic_backblaze_pwd.age".publicKeys = all;
|
"restic_backblaze_pwd.age".publicKeys = all;
|
||||||
"restic_backblaze_repo.age".publicKeys = all;
|
"restic_backblaze_repo.age".publicKeys = all;
|
||||||
"restic_backblaze_env.age".publicKeys = all;
|
"restic_backblaze_env.age".publicKeys = all;
|
||||||
|
|
@ -33,5 +31,7 @@ in {
|
||||||
"typst-bot_token.age".publicKeys = all;
|
"typst-bot_token.age".publicKeys = all;
|
||||||
"parrot_token.age".publicKeys = all;
|
"parrot_token.age".publicKeys = all;
|
||||||
|
|
||||||
|
"sshconfig.age".publicKeys = all;
|
||||||
"ltex_dict.age".publicKeys = all;
|
"ltex_dict.age".publicKeys = all;
|
||||||
|
"iambconfig.age".publicKeys = all;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue