This commit is contained in:
Sakooooo 2025-01-03 22:19:45 +04:00
parent 2fbce23c97
commit f7c0675355
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
with lib;
let cfg = config.void.server.local.nextcloud;
let cfg = config.void.server.services.local.nextcloud;
in {
options.void.server.services.local.nextcloud = {
enable = mkEnableOption false;