summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-12-31 00:25:05 +0100
committerlassulus <lassulus@lassul.us>2022-12-31 00:25:05 +0100
commitde0226995d553e4a70170ce59483a6d71f41932d (patch)
tree9ca570fa8a6d5f9fbf6f89f70e1a1d64e07a4068
parent0ca774a1ef68f2bba58bc3ae3a3d85b4254fcb0c (diff)
parentab36074df19bfec95c9a88ee8dba0d5878709cc2 (diff)
Merge remote-tracking branch 'ni/master'
-rw-r--r--doc/Commit_Messages_Guideline.md4
-rw-r--r--kartei/tv/hosts/hu.nix1
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/Commit_Messages_Guideline.md b/doc/Commit_Messages_Guideline.md
index e704ee57..63d479cf 100644
--- a/doc/Commit_Messages_Guideline.md
+++ b/doc/Commit_Messages_Guideline.md
@@ -21,11 +21,11 @@ rather fuzzy and may mean different things, just choose what would fit best.
Here are a numbers of samples for defining the component:
-* Change `gum` in `krebs/3modules/makefu/default.nix`: `gum.r: change ip`
+* Change `gum` in `krebs/3modules/makefu/default.nix`: `gum: change ip`
* Change `prepare.sh` in `krebs/4libs/infest`: `infest: prepare stockholm ISO`
* Remove `concat` in `krebs/5pkgs`: `concat: RIP`, this commit may like some `<rationale>`
* Update `types` in `krebs/3modules`: `lib/types: add managed bool to host type`
-* Change host `gum` in `makefu/1systems/gum`: `ma gum.r: add taskserver`
+* Change host `gum` in `makefu/1systems/gum`: `ma gum: add taskserver`
* Change `tinc` module in `krebs/3modules`: `tinc module: add option enableLegacy`
## `<rationale>`
diff --git a/kartei/tv/hosts/hu.nix b/kartei/tv/hosts/hu.nix
index 063e2667..20045b07 100644
--- a/kartei/tv/hosts/hu.nix
+++ b/kartei/tv/hosts/hu.nix
@@ -1,5 +1,4 @@
{
- ci = true;
nets = {
retiolum = {
ip4.addr = "10.243.13.41";