non regress

This commit is contained in:
2026-07-05 21:55:44 +03:00
parent a4589c520e
commit 3bf463abeb
4 changed files with 12 additions and 12 deletions
Generated
+3 -3
View File
@@ -191,11 +191,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1783254900, "lastModified": 1783276901,
"narHash": "sha256-bnEPsI9hqDdjCj0aGaWn7dGLAzvAZZnQxuQ/sRFSRfM=", "narHash": "sha256-ShZcHjvXc/Q4ew9ehgT5w3hjG1J8HX2opzm8+is1Ic8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c6381d366e3015b18b195f7b1b2ac9959f2b552", "rev": "eaf066ffc52fb96d433d75bac80f675bc0672928",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -13,7 +13,7 @@ in
{ {
services = { services = {
calibre-web = { calibre-web = {
package = stable.calibre-web; # package = stable.calibre-web;
enable = true; enable = true;
# dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web"; # dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web";
options = { options = {
+7 -7
View File
@@ -7,18 +7,18 @@
../software/beets ../software/beets
./acme.nix ./acme.nix
./bentopdf.nix ./bentopdf.nix
# ./calibre-web.nix ./calibre-web.nix
./chrony.nix ./chrony.nix
./coredns.nix ./coredns.nix
# ./gitea.nix ./gitea.nix
# ./glances.nix ./glances.nix
# ./immich.nix ./immich.nix
# ./miniflux.nix ./miniflux.nix
# ./nextcloud.nix ./nextcloud.nix
./nginx.nix ./nginx.nix
./nix-serve.nix ./nix-serve.nix
./postgresql.nix ./postgresql.nix
# ./samba.nix ./samba.nix
./step-ca.nix ./step-ca.nix
./syncthing.nix ./syncthing.nix
./systemd.nix ./systemd.nix
+1 -1
View File
@@ -15,7 +15,7 @@ in
services = { services = {
immich = { immich = {
enable = true; enable = true;
# package = master.immich; package = master.immich;
port = 2283; port = 2283;
host = "0.0.0.0"; host = "0.0.0.0";
openFirewall = true; openFirewall = true;