This commit is contained in:
2026-07-05 23:07:07 +03:00
parent 3bf463abeb
commit d4836c5ed3
6 changed files with 20 additions and 22 deletions
-3
View File
@@ -3,9 +3,6 @@
inputs,
...
}:
# let
# pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
# in
{
services.bentopdf = {
enable = true;
+1 -1
View File
@@ -15,7 +15,7 @@ in
services = {
immich = {
enable = true;
package = master.immich;
# package = master.immich;
port = 2283;
host = "0.0.0.0";
openFirewall = true;
+1 -1
View File
@@ -171,7 +171,7 @@ in
# };
# };
onlyoffice = {
enable = true;
enable = false;
hostname = "office.home.arpa";
port = 8090;
allowLocalConnections = true;
-17
View File
@@ -1,17 +0,0 @@
{
config,
inputs,
...
}:
# let
# pkgs-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
# in
{
services.stirling-pdf = {
enable = false;
# package = pkgs-stable.stirling-pdf;
environment = {
SERVER_PORT = 6060;
};
};
}