Fix errors and warnings
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m57s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m57s
This commit is contained in:
@@ -53,7 +53,7 @@ in
|
|||||||
libreoffice
|
libreoffice
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
okular
|
kdePackages.okular
|
||||||
element-desktop
|
element-desktop
|
||||||
chromium
|
chromium
|
||||||
mpv
|
mpv
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
libreoffice
|
libreoffice
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
okular
|
kdePackages.okular
|
||||||
element-desktop
|
element-desktop
|
||||||
chromium
|
chromium
|
||||||
mpv
|
mpv
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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 = ''
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user