mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add neomutt with agenix secrets
This commit is contained in:
parent
cb96e40757
commit
78c323fd5f
12 changed files with 308 additions and 5 deletions
28
reference/secrets/default.nix
Normal file
28
reference/secrets/default.nix
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
age.secrets = {
|
||||
youwen_app_password = {
|
||||
file = ./youwenw_app_password.age;
|
||||
owner = "youwen";
|
||||
group = "users";
|
||||
mode = "600";
|
||||
};
|
||||
youwen_ucsb_client_id = {
|
||||
file = ./youwen_ucsb_client_id.age;
|
||||
owner = "youwen";
|
||||
group = "users";
|
||||
mode = "600";
|
||||
};
|
||||
youwen_ucsb_client_secret = {
|
||||
file = ./youwen_ucsb_client_secret.age;
|
||||
owner = "youwen";
|
||||
group = "users";
|
||||
mode = "600";
|
||||
};
|
||||
tincan_app_password = {
|
||||
file = ./tincan_app_password.age;
|
||||
owner = "youwen";
|
||||
group = "users";
|
||||
mode = "600";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue