mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
non regress
This commit is contained in:
@@ -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