Merge remote-tracking branch 'ni/master'

This commit is contained in:
lassulus 2022-12-31 00:25:05 +01:00
commit de0226995d
2 changed files with 2 additions and 3 deletions

View File

@ -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: 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` * Change `prepare.sh` in `krebs/4libs/infest`: `infest: prepare stockholm ISO`
* Remove `concat` in `krebs/5pkgs`: `concat: RIP`, this commit may like some `<rationale>` * 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` * 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` * Change `tinc` module in `krebs/3modules`: `tinc module: add option enableLegacy`
## `<rationale>` ## `<rationale>`

View File

@ -1,5 +1,4 @@
{ {
ci = true;
nets = { nets = {
retiolum = { retiolum = {
ip4.addr = "10.243.13.41"; ip4.addr = "10.243.13.41";