bluemap on bekkalokk 💀 #73
No reviewers
Labels
No Label
art
backup
big
blocked
bug
crash report
disputed
documentation
duplicate
enhancement
good first issue
logging
nixos
question
salt
security
servers n' hardware
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Drift/pvv-nixos-config#73
Loading…
Reference in New Issue
No description provided.
Delete Branch "bluemap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Works fine
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 = {
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?
it depends on how much has changed since last time it rendered, but rendering the whole thing took probably about 36h all-in-all.
changed it to 1 hour and 5 minutes after nixos-upgrade
@ -0,0 +62,4 @@
forceSSL = true;
};
# TODO: render somewhere else lmao
This TODO should probably be a proper issue in the issue tracker before this PR is merged
@ -0,0 +1,343 @@
{ config, lib, pkgs, ... }:
I think this file should be moved into https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/branch/main/modules?
Is the plan to upstream this into nixpkgs at some point? If so, make an issue for this as well to remember it
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
dffba00ed1
to201784fa21