mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
non regress
This commit is contained in:
Generated
+3
-3
@@ -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": {
|
||||||
|
|||||||
@@ -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,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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user