This commit is contained in:
Sakooooo 2024-12-31 19:29:40 +04:00
parent 74f425ed69
commit a8c2554ee9
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -2,7 +2,7 @@
with lib;
let cfg = config.void.server;
in {
imports = [ ./dns ./nginx.nix ];
imports = [ ./dns ./nginx.nix ./services ];
options.void.server = { isServer = mkEnableOption false; };