ci!: deploy workflow

This commit is contained in:
2026-09-07 10:59:36 +00:00
parent 2fbd776fc1
commit 8cfc7463c6
5 changed files with 173 additions and 3 deletions
+8
View File
@@ -194,6 +194,13 @@ in {
openFirewall = false;
};
hectic.services.dify = {
enable = true;
environmentFile = config.sops.secrets."dify/environment".path;
port = 8080;
pluginPort = 5003;
};
networking = {
networkmanager.enable = true;
useDHCP = lib.mkDefault true;
@@ -229,6 +236,7 @@ in {
# group = "turnserver";
# mode = "0400";
#};
secrets."dify/environment" = {};
};
boot.loader.systemd-boot.enable = true;