diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-15 17:05:54 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-15 17:07:32 -0500 |
commit | 33e329430bdcc7ba051b3ee75f032aa604259ec9 (patch) | |
tree | 1fe2cc1800e8c27eb24fa7abf21abd6a18430fd6 /modules/default.nix | |
parent | 3df5e860ec36117db018311a34a3f1aa6c40ff76 (diff) | |
download | nixos-config-33e329430bdcc7ba051b3ee75f032aa604259ec9.tar.gz nixos-config-33e329430bdcc7ba051b3ee75f032aa604259ec9.zip |
modules/apache: Add Apache configuration framework
Diffstat (limited to 'modules/default.nix')
-rw-r--r-- | modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 06f0fb3..d2787ea 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -15,6 +15,7 @@ ./bluetooth.nix ./unfree.nix ./build-machines.nix + ./apache ./overlays ]; |