Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
radicle: Pin `radicle-job` Repository
Lorenz Leutgeb committed 1 month ago
commit 446dfdab23f7919f9e2308c14c1fa5152cc37b46
parent b6db310
1 file changed +3 -2
modified os/mixin/radicle.nix
@@ -15,7 +15,7 @@
    privateKeyFile = "/etc/ssh/ssh_host_ed25519_key";
    publicKey = "/etc/ssh/ssh_host_ed25519_key.pub";

-
    node.extraArgs = [ "--listen" "[::]:58776" ];
+
    node.extraArgs = ["--listen" "[::]:58776"];

    settings = {
      node = {
@@ -43,6 +43,7 @@
        pinned.repositories = [
          # Pinned repositories are sorted alphanumerically by repository ID.
          "rad:z254T5p17bdFPmzfDojsdjo4HjpoZ" # radicle-infra
+
          "rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M" # radicle-job
          "rad:z371PVmDHdjJucejRoRYJcDEvD5pp" # radicle-docs
          "rad:z39mP9rQAaGmERfUMPULfPUi473tY" # radicle-tui
          "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" # heartwood
@@ -60,7 +61,7 @@
      enable = true;
      nginx = {
        enableACME = true;
-
	forceSSL = true;
+
        forceSSL = true;
        serverName = config.networking.fqdn;
      };
    };