mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
non regress
This commit is contained in:
Generated
+3
-3
@@ -191,11 +191,11 @@
|
||||
},
|
||||
"nixpkgs-master": {
|
||||
"locked": {
|
||||
"lastModified": 1783254900,
|
||||
"narHash": "sha256-bnEPsI9hqDdjCj0aGaWn7dGLAzvAZZnQxuQ/sRFSRfM=",
|
||||
"lastModified": 1783276901,
|
||||
"narHash": "sha256-ShZcHjvXc/Q4ew9ehgT5w3hjG1J8HX2opzm8+is1Ic8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8c6381d366e3015b18b195f7b1b2ac9959f2b552",
|
||||
"rev": "eaf066ffc52fb96d433d75bac80f675bc0672928",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -13,7 +13,7 @@ in
|
||||
{
|
||||
services = {
|
||||
calibre-web = {
|
||||
package = stable.calibre-web;
|
||||
# package = stable.calibre-web;
|
||||
enable = true;
|
||||
# dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web";
|
||||
options = {
|
||||
|
||||
@@ -7,18 +7,18 @@
|
||||
../software/beets
|
||||
./acme.nix
|
||||
./bentopdf.nix
|
||||
# ./calibre-web.nix
|
||||
./calibre-web.nix
|
||||
./chrony.nix
|
||||
./coredns.nix
|
||||
# ./gitea.nix
|
||||
# ./glances.nix
|
||||
# ./immich.nix
|
||||
# ./miniflux.nix
|
||||
# ./nextcloud.nix
|
||||
./gitea.nix
|
||||
./glances.nix
|
||||
./immich.nix
|
||||
./miniflux.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
./nix-serve.nix
|
||||
./postgresql.nix
|
||||
# ./samba.nix
|
||||
./samba.nix
|
||||
./step-ca.nix
|
||||
./syncthing.nix
|
||||
./systemd.nix
|
||||
|
||||
@@ -15,7 +15,7 @@ in
|
||||
services = {
|
||||
immich = {
|
||||
enable = true;
|
||||
# package = master.immich;
|
||||
package = master.immich;
|
||||
port = 2283;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user