diff --git a/dots/.nvim-environments/primary/config/config.nix b/dots/.nvim-environments/primary/config/config.nix deleted file mode 100644 index 7708929b..00000000 --- a/dots/.nvim-environments/primary/config/config.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, pkgs, ... }: - -{ - services = { - httpd = { - enable = true; - adminAddr = "alice@example.org"; - virtualHosts = { - localhost = { - documentRoot = "/webroot"; - }; - }; - }; - }; -}