summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/nixops/comet/configuration.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/nix/nixops/comet/configuration.nix b/nix/nixops/comet/configuration.nix
index 35d573b..c873a33 100644
--- a/nix/nixops/comet/configuration.nix
+++ b/nix/nixops/comet/configuration.nix
@@ -81,8 +81,10 @@ in
users.users.icinga2 = {
isSystemUser = true;
extraGroups = ["icinga2"];
+ group = "icinga2";
};
+
# NEOVIM
programs.neovim.enable = true;
programs.neovim.vimAlias = true;
@@ -161,17 +163,12 @@ in
# DOKUWIKI
- services.dokuwiki."dokuwiki.softwarefools.com" = {
+ services.dokuwiki.sites."dokuwiki.softwarefools.com" = {
enable = true;
- nginx = {
- forceSSL = true;
- enableACME = true;
- };
};
services.nginx.virtualHosts."dokuwiki.softwarefools.com" = {
forceSSL = true;
enableACME = true;
- root = "/var/www/dokuwiki.softwarefools.com";
};
# GITWEB