Compare commits
3 commits
f222948b7d
...
d321a52fe6
| Author | SHA1 | Date | |
|---|---|---|---|
| d321a52fe6 | |||
| b563db7d68 | |||
| c0478aedc3 |
5 changed files with 5 additions and 2 deletions
|
|
@ -201,5 +201,5 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "26.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
faugus-launcher
|
faugus-launcher
|
||||||
nzportable
|
nzportable
|
||||||
protonup-qt
|
protonup-qt
|
||||||
|
wine-staging
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue