mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added network sops file to eris
This commit is contained in:
parent
35676b37f7
commit
4452862144
1 changed files with 11 additions and 0 deletions
11
systems/eris/config/sops.nix
Executable file
11
systems/eris/config/sops.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
sops = {
|
||||
secrets = {
|
||||
"network/server" = {
|
||||
path = "/var/lib/secrets/server";
|
||||
owner = "root";
|
||||
mode = "600";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue