12 lines
161 B
Nix
12 lines
161 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
sydnix.sops = {
|
|
enable = true;
|
|
keyFile = "/persist/vault/root/deertopia-key";
|
|
};
|
|
|
|
# services.nextcloud = {
|
|
# };
|
|
}
|