summaryrefslogtreecommitdiffstats
path: root/makefu/vacation-note.md
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-08-01 12:14:30 +0200
committertv <tv@krebsco.de>2023-08-01 12:14:30 +0200
commit7be9bfdc55d672de39dce98dae9c6d112404dfc6 (patch)
treee89a93ad96e6f35490ffbf6b6a337ca4dcc9a170 /makefu/vacation-note.md
parent5d1b0675cf179f863a5b34b67661a953197b6057 (diff)
parent6e63efa3645353bc0549f5f152ef811fff5d644c (diff)
Merge remote-tracking branch 'orange/master'
Diffstat (limited to 'makefu/vacation-note.md')
-rw-r--r--makefu/vacation-note.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/makefu/vacation-note.md b/makefu/vacation-note.md
new file mode 100644
index 000000000..3cdc190b2
--- /dev/null
+++ b/makefu/vacation-note.md
@@ -0,0 +1,19 @@
+From 2015-07-28 until 2023-07-28 here lived the configuration of makefu.
+
+# New Location
+All configutation can now be found at [Github: makefu/nixos-config](
+https://github.com/makefu/nixos-config ) or [cgit: nixos-config](
+https://cgit.euer.krebsco.de/nixos-config ) respectively.
+
+# Background
+With nix flakes it became possible to finally split the configuration up
+into smaller chunks.
+
+With the long hours **lassulus** worked at the GPN'23 to make stockholm into a
+flake **makefu** used the opportunity to also flakify this configuration and
+use stockholm only as a flake input.
+
+With this the configuration became more pure (no nix-path includes), inputs are
+described as flake inputs and locked as such and secrets are managed by
+[sops-nix]( https://github.com/Mic92/sops-nix ). Deployment is now done with
+`nixos-rebuild` only.