From bbfdf836309eee8f42bcc40a92b9895f5c02f33b Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 19 May 2024 15:10:42 -0400 Subject: [PATCH] Good to go with Foregejo --- flake.lock | 8 ++++---- hosts/Haven/default.nix | 6 ++++++ nix-secrets | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c5abf43..2e25c6e 100644 --- a/flake.lock +++ b/flake.lock @@ -250,11 +250,11 @@ "nix-secrets": { "flake": false, "locked": { - "lastModified": 1716069971, - "narHash": "sha256-0YWdnb+RiMHW8vQ4siDIqYEo5OUdWvYq7xzQw7blBwE=", + "lastModified": 1716145708, + "narHash": "sha256-Gi1faBK1OULCJvjxhLPNusfFBMMkKeE9YTIZtiCjUPA=", "ref": "refs/heads/main", - "rev": "b5c77dd4718a64ce7c8aef3752beed1144ea2693", - "revCount": 27, + "rev": "104d68506e51dc5d5526f122747c0da4cbf6756a", + "revCount": 29, "type": "git", "url": "file:///home/aires/Development/nix-configuration/nix-secrets" }, diff --git a/hosts/Haven/default.nix b/hosts/Haven/default.nix index c69d203..524bf17 100644 --- a/hosts/Haven/default.nix +++ b/hosts/Haven/default.nix @@ -180,7 +180,12 @@ in DOMAIN = "${config.secrets.networking.primaryDomain}"; ROOT_URL = "https://code.${config.secrets.networking.primaryDomain}/"; HTTP_PORT = 3000; + /* + DISABLE_SSH = false; SSH_PORT = config.secrets.services.forgejo.sshPort; + START_SSH_SERVER = true; + BUILTIN_SSH_SERVER_USER = "forgejo"; + */ }; }; useWizard = true; @@ -232,6 +237,7 @@ in allowedTCPPorts = [ 80 443 + 22222 ]; }; diff --git a/nix-secrets b/nix-secrets index 9b1b742..104d685 160000 --- a/nix-secrets +++ b/nix-secrets @@ -1 +1 @@ -Subproject commit 9b1b7422848beee7137e74a18bf4f9551a1cf044 +Subproject commit 104d68506e51dc5d5526f122747c0da4cbf6756a