feat: added phobos

This commit is contained in:
Nick 2025-04-18 01:06:30 -05:00
parent ca0b96d147
commit 8549ffce2e
13 changed files with 290 additions and 1 deletions

16
systems/phobos/config/sops.nix Executable file
View file

@ -0,0 +1,16 @@
{
sops = {
secrets = {
"network/synology" = {
path = "/var/lib/secrets/synology";
owner = "root";
mode = "600";
};
"network/server" = {
path = "/var/lib/secrets/server";
owner = "root";
mode = "600";
};
};
};
}