wip: feat: Add host deertopia

This commit is contained in:
Madeleine Sydney
2025-01-17 22:32:02 -07:00
parent b86ba2081a
commit 34adb5c26e
8 changed files with 58 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
sydnix.sops = {
enable = true;
keyFile = "/persist/vault/root/deertopia-key";
};
# services.nextcloud = {
# };
}