mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
17 lines
295 B
Nix
17 lines
295 B
Nix
![]() |
{
|
||
|
sops = {
|
||
|
secrets = {
|
||
|
"network/synology" = {
|
||
|
path = "/var/lib/secrets/synology";
|
||
|
owner = "root";
|
||
|
mode = "600";
|
||
|
};
|
||
|
"network/server" = {
|
||
|
path = "/var/lib/secrets/server";
|
||
|
owner = "root";
|
||
|
mode = "600";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|