diff options
| author | Miguel <m.i@gmx.at> | 2022-03-28 16:01:33 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2022-03-28 16:01:33 +0200 |
| commit | fe1f439aff7e0d00535e0ab3393cefa92fcf6a7c (patch) | |
| tree | 36d171220463a33e4d092c62156d9d8957e4a010 /nix/nixops | |
| parent | 267178be9f7b8893f769d7189b69fa586b1016ec (diff) | |
adapt comet configuration.nix after channel update
Diffstat (limited to 'nix/nixops')
| -rw-r--r-- | nix/nixops/comet/configuration.nix | 9 |
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 |
