mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add new keys to user
This commit is contained in:
parent
a7e0cc89b8
commit
7f2d16f350
1 changed files with 8 additions and 0 deletions
|
|
@ -53,4 +53,12 @@ lib.mkIf config.user.crow.enable {
|
|||
sops.secrets."cloudflare/token" = {
|
||||
owner = config.users.users.crow.name;
|
||||
};
|
||||
|
||||
sops.secrets."backblaze/id" = {
|
||||
owner = config.users.users.crow.name;
|
||||
};
|
||||
|
||||
sops.secrets."backblaze/key" = {
|
||||
owner = config.users.users.crow.name;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue