This commit is contained in:
2025-07-29 00:21:18 +03:00
parent 6fcb85d42c
commit df210e56ea
4 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ let
};
calibre-web = {
enable = true;
#package = last-stable.calibre-web;
package = last-stable.calibre-web;
group = "users";
user = "${inputs.zeroq.devices.admin}";
options = {
Generated
+17
View File
@@ -232,6 +232,22 @@
"type": "github"
}
},
"nixos": {
"locked": {
"lastModified": 1753549186,
"narHash": "sha256-Znl7rzuxKg/Mdm6AhimcKynM7V3YeNDIcLjBuoBcmNs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "17f6bd177404d6d43017595c5264756764444ab8",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-facter-modules": {
"locked": {
"lastModified": 1750412875,
@@ -465,6 +481,7 @@
"musnix": "musnix",
"nix-gaming": "nix-gaming",
"nix-index-database": "nix-index-database",
"nixos": "nixos",
"nixos-facter-modules": "nixos-facter-modules",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2",
+1
View File
@@ -14,6 +14,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs-fingerprint.url = "github:NixOS/nixpkgs/nixos-24.11";
nixos.url = "github:NixOS/nixpkgs/nixos-unstable";
# nix-community
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
+4
View File
@@ -5,9 +5,13 @@
pkgs,
...
}:
let
unstable = import inputs.nixos { system = "x86_64-linux"; };
in
{
services = {
immich = {
package = unstable.immich;
enable = true;
port = 2283;
host = "0.0.0.0";