bluemap on bekkalokk 💀 #73

Merged
danio merged 1 commits from bluemap into main 2024-09-02 15:13:50 +02:00
Owner

Works fine

Works fine
danio added 1 commit 2024-09-02 14:21:50 +02:00
felixalb approved these changes 2024-09-02 14:30:17 +02:00
felixalb left a comment
Owner

Left a few comments, but nothing big. It looks good otherwise, so if you have tested that it works, it looks very good to me 🚀

Left a few comments, but nothing big. It looks good otherwise, so if you have tested that it works, it looks very good to me 🚀
@ -0,0 +11,4 @@
sops.secrets."bluemap/ssh-key" = { };
sops.secrets."bluemap/ssh-known-hosts" = { };
services.bluemap = {
Owner

How long does it take to run? Could onCalendar "--* 03:10:00" make the build with the automatic rebuild?
If so, maybe it can be adjusted and documented here where we enable it?

How long does it take to run? Could `onCalendar` "*-*-* 03:10:00" make the build with the automatic rebuild? If so, maybe it can be adjusted and documented here where we enable it?
Author
Owner

it depends on how much has changed since last time it rendered, but rendering the whole thing took probably about 36h all-in-all.

it depends on how much has changed since last time it rendered, but rendering the whole thing took probably about 36h all-in-all.
Author
Owner

changed it to 1 hour and 5 minutes after nixos-upgrade

changed it to 1 hour and 5 minutes after nixos-upgrade
danio marked this conversation as resolved
@ -0,0 +62,4 @@
forceSSL = true;
};
# TODO: render somewhere else lmao
Owner

This TODO should probably be a proper issue in the issue tracker before this PR is merged

This TODO should probably be a proper issue in the issue tracker before this PR is merged
danio marked this conversation as resolved
@ -0,0 +1,343 @@
{ config, lib, pkgs, ... }:
Owner
I think this file should be moved into https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/branch/main/modules?
Owner

Is the plan to upstream this into nixpkgs at some point? If so, make an issue for this as well to remember it

Is the plan to upstream this into nixpkgs at some point? If so, make an issue for this as well to remember it
Author
Owner

no, I have no want to "expose this" as a module from the flake, this will be the only consumer until I personally upstream it to nixpkgs. So I'm leaving it there

no, I have no want to "expose this" as a module from the flake, this will be the only consumer until I personally upstream it to nixpkgs. So I'm leaving it there
danio force-pushed bluemap from dffba00ed1 to 201784fa21 2024-09-02 15:11:43 +02:00 Compare
danio merged commit 201784fa21 into main 2024-09-02 15:13:50 +02:00
Sign in to join this conversation.
No description provided.