mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-06 04:38:53 -05:00
Fix error in autoport
This commit is contained in:
parent
90ec30657b
commit
229ce0ab43
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
let
|
||||
sopsFolder = builtins.toString inputs.nix-secrets + "/sops";
|
||||
port = builtins.toString (lib.custom.autoport "forgejo");
|
||||
port = lib.custom.autoport "forgejo";
|
||||
in
|
||||
{
|
||||
services.caddy.virtualHosts."git.wanderingcrow.net".extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue