wip: feat: Add host deertopia

This commit is contained in:
Madeleine Sydney
2025-01-17 19:57:17 -07:00
parent b86ba2081a
commit 34adb5c26e
8 changed files with 58 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
sydnix.sops = {
enable = true;
keyFile = "/persist/vault/root/deertopia-key";
};
# services.nextcloud = {
# };
}