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
system.stateVersion = "24.11";
system.stateVersion = "26.05";
}

View file

@ -56,5 +56,5 @@
crony.obs-studio.enable = true;
# 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
nzportable
protonup-qt
wine-staging
];
};
}

View file

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

View file

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