Fix errors and warnings
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m57s

This commit is contained in:
2025-05-27 00:52:34 +02:00
parent 183fb82d07
commit a75476b657
6 changed files with 7 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ in
libreoffice libreoffice
gimp gimp
inkscape inkscape
okular kdePackages.okular
element-desktop element-desktop
chromium chromium
mpv mpv

View File

@@ -36,7 +36,7 @@
libreoffice libreoffice
gimp gimp
inkscape inkscape
okular kdePackages.okular
element-desktop element-desktop
chromium chromium
mpv mpv

View File

@@ -35,7 +35,6 @@ in
services = { services = {
dokuwiki.sites."wiki.malobeo.org" = { dokuwiki.sites."wiki.malobeo.org" = {
enable = true;
#acl = "* @ALL 8"; # everyone can edit using this config #acl = "* @ALL 8"; # everyone can edit using this config
# note there is a users file at # note there is a users file at
# /var/lib/dokuwiki/<wiki-name>/users.auth.php # /var/lib/dokuwiki/<wiki-name>/users.auth.php

View File

@@ -62,7 +62,7 @@ in
addresses = if cfg.enableHostBridgeUnstable then [ addresses = if cfg.enableHostBridgeUnstable then [
{ Address = "10.0.0.1/24"; } { Address = "10.0.0.1/24"; }
] else [ ] else [
{ addressConfig.Address = "10.0.0.1/24"; } { Address = "10.0.0.1/24"; }
]; ];
}; };

View File

@@ -66,9 +66,9 @@ with lib;
services.nginx = { services.nginx = {
enable = true; enable = true;
virtualHosts.${config.services.grafana.domain} = { virtualHosts.${config.services.grafana.settings.server.domain} = {
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}"; proxyPass = "http://127.0.0.1:${toString config.services.grafana.settings.server.http_port}";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = '' extraConfig = ''

View File

@@ -37,7 +37,7 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems
sops.sops-init-gpg-key sops.sops-init-gpg-key
pkgs.sops pkgs.sops
pkgs.age pkgs.age
pkgs.python310Packages.grip pkgs.python313Packages.grip
pkgs.mdbook pkgs.mdbook
pkgs.ssh-to-age pkgs.ssh-to-age
microvmpkg.microvm microvmpkg.microvm