Undo a change from a while ago idk I'll find something better later

This commit is contained in:
Jimbo 2025-01-20 15:59:09 -05:00
parent 2efcebbd9f
commit ac22bc1849
6 changed files with 12 additions and 21 deletions

View file

@ -1,10 +1,5 @@
{ lib, ... }:
{
options.system.webserver.enable = lib.mkOption {
type = lib.types.bool;
default = false;
};
imports = [
./acme
./ddclient