Compare commits

...

3 commits

Author SHA1 Message Date
d321a52fe6 feat: require mount.
Some checks failed
/ cache (push) Failing after 5s
2026-04-12 12:03:51 +02:00
b563db7d68 feat: add wine stagging. 2026-04-12 12:03:45 +02:00
c0478aedc3 feat: update state version. 2026-04-12 12:01:22 +02:00
5 changed files with 5 additions and 2 deletions

View file

@ -201,5 +201,5 @@
]; ];
# DO NOT CHANGE # DO NOT CHANGE
system.stateVersion = "24.11"; system.stateVersion = "26.05";
} }

View file

@ -56,5 +56,5 @@
crony.obs-studio.enable = true; crony.obs-studio.enable = true;
# DO NOT CHANGE ALSO # DO NOT CHANGE ALSO
home.stateVersion = "24.11"; # Please read the comment before changing. home.stateVersion = "26.05"; # Please read the comment before changing.
} }

View file

@ -23,6 +23,7 @@
faugus-launcher faugus-launcher
nzportable nzportable
protonup-qt protonup-qt
wine-staging
]; ];
}; };
} }

View file

@ -6,6 +6,7 @@
systemd.services.audiobookshelf = { systemd.services.audiobookshelf = {
after = ["mnt.mount"]; after = ["mnt.mount"];
bindsTo = ["mnt.mount"]; bindsTo = ["mnt.mount"];
requires = ["mnt.mount"];
}; };
services.traefik.dynamicConfigOptions.http = { services.traefik.dynamicConfigOptions.http = {

View file

@ -11,6 +11,7 @@
systemd.services.navidrome = { systemd.services.navidrome = {
after = ["mnt.mount"]; after = ["mnt.mount"];
bindsTo = ["mnt.mount"]; bindsTo = ["mnt.mount"];
requires = ["mnt.mount"];
}; };
services.traefik.dynamicConfigOptions.http = { services.traefik.dynamicConfigOptions.http = {