diff --git a/configs/mpv.nix b/configs/mpv.nix index e5e1e7e..40f9eca 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -37,7 +37,7 @@ in { }; scripts = [ pkgs.mpvScripts.quality-menu - niveumPackages.mpv-visualizer + pkgs.mpvScripts.visualizer ]; }; }; diff --git a/modules/panoptikon.nix b/modules/panoptikon.nix index 8f09ae2..2d48532 100644 --- a/modules/panoptikon.nix +++ b/modules/panoptikon.nix @@ -29,7 +29,7 @@ default = "daily"; }; loadCredential = lib.mkOption { - type = lib.types.listOf lib.types.string; + type = lib.types.listOf lib.types.str; description = '' This can be used to pass secrets to the systemd service without adding them to the nix store. ''; diff --git a/systems/ful/configuration.nix b/systems/ful/configuration.nix index 09959b7..a37853e 100644 --- a/systems/ful/configuration.nix +++ b/systems/ful/configuration.nix @@ -15,7 +15,7 @@ in { ./hledger.nix ./go-webring.nix ./gemini.nix - ./ical-ephemeris.nix + # ./ical-ephemeris.nix ./wallabag.nix ../../configs/monitoring.nix ../../configs/mycelium.nix diff --git a/systems/ful/matomo.nix b/systems/ful/matomo.nix index 3b47852..9801b7e 100644 --- a/systems/ful/matomo.nix +++ b/systems/ful/matomo.nix @@ -21,7 +21,7 @@ in { nginx = { serverName = "matomo.kmein.de"; }; - package = pkgs.matomo_5; + package = pkgs.matomo; }; services.mysql = { diff --git a/systems/kibbeh/configuration.nix b/systems/kibbeh/configuration.nix index 099161f..52be559 100644 --- a/systems/kibbeh/configuration.nix +++ b/systems/kibbeh/configuration.nix @@ -14,7 +14,6 @@ ../../configs/sound.nix ../../configs/printing.nix ../../configs/nix.nix - ../../configs/flix.nix ../../configs/fonts.nix ../../configs/mycelium.nix ../../configs/retiolum.nix