wip: feat: Add host deertopia
This commit is contained in:
11
hosts/deertopia/services/nextcloud.nix
Normal file
11
hosts/deertopia/services/nextcloud.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
sydnix.sops = {
|
||||
enable = true;
|
||||
keyFile = "/persist/vault/root/deertopia-key";
|
||||
};
|
||||
|
||||
# services.nextcloud = {
|
||||
# };
|
||||
}
|
||||
Reference in New Issue
Block a user