nixpkgs unstable set

This commit is contained in:
2026-07-07 12:19:07 +03:00
parent 5dd7a585a5
commit 6079ccc25a
4 changed files with 26 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
...
}:
let
master = import inputs.nixpkgs-master {
new = import inputs.nixpkgs-unstable {
system = "x86_64-linux";
};
in
@@ -15,7 +15,7 @@ in
services = {
immich = {
enable = true;
# package = master.immich;
package = new.immich;
port = 2283;
host = "0.0.0.0";
openFirewall = true;