mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
16 lines
295 B
Nix
Executable file
16 lines
295 B
Nix
Executable file
{
|
|
sops = {
|
|
secrets = {
|
|
"network/synology" = {
|
|
path = "/var/lib/secrets/synology";
|
|
owner = "root";
|
|
mode = "600";
|
|
};
|
|
"network/server" = {
|
|
path = "/var/lib/secrets/server";
|
|
owner = "root";
|
|
mode = "600";
|
|
};
|
|
};
|
|
};
|
|
}
|