fix various things, to make it work after update

This commit is contained in:
Ingolf Wagner 2024-07-12 21:51:41 +02:00
commit 68ce7c836c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
8 changed files with 10 additions and 2 deletions

View file

@ -33,6 +33,7 @@
./social-matrix-terranix.nix
];
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
networking.hostName = "orbi";

View file

@ -87,6 +87,7 @@ in
nixpkgs.pkgs = pkgs;
imports = [ ../../components/monitor/container.nix ];
system.stateVersion = "23.11";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
# Configuring nameservers for containers is currently broken.
# Therefore in some cases internet connectivity can be broken inside the containers.

View file

@ -27,6 +27,7 @@ in
nixpkgs.pkgs = pkgs;
imports = [ ../../components/monitor/container.nix ];
system.stateVersion = "21.05";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
# allow transmission to write in syncthing folders
users.groups.syncthing = {
@ -36,6 +37,7 @@ in
services.transmission = {
enable = true;
package = pkgs.legacy_2405.transmission_4;
settings = {
download-dir = "/media/torrent/downloads";
incomplete-dir = "/media/torrent/incomplete";

View file

@ -17,6 +17,7 @@ in
nixpkgs.pkgs = pkgs;
imports = [ ../../components/monitor/container.nix ];
system.stateVersion = "23.11";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
# Photoprism
# ----------

View file

@ -14,6 +14,7 @@ in
nixpkgs.pkgs = pkgs;
imports = [ ../../components/monitor/container.nix ];
system.stateVersion = "24.05";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
# Photoprism
# ----------

View file

@ -15,6 +15,7 @@ in
nixpkgs.pkgs = pkgs;
imports = [ ../../components/monitor/container.nix ];
system.stateVersion = "24.05";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
# Vikunja
# ----------

View file

@ -68,6 +68,7 @@ in
nixpkgs.pkgs = pkgs;
imports = [ ../../components/monitor/container.nix ];
system.stateVersion = "23.11";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
systemd.tmpfiles.settings.nextcloud = {
"/run/secrets/matrix-shared-secret"."C+" = {