mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(ct): dynamic hostname
This commit is contained in:
parent
040786202c
commit
00f4c09191
4 changed files with 7 additions and 4 deletions
2
lib.nix
2
lib.nix
|
|
@ -29,7 +29,7 @@
|
|||
nibble0 + (fixedWidthString 1 "0" (toHexStringLower nibble1));
|
||||
in "${part0 (part 0)}${part 1}:${part 2}ff:fe${part 3}:${part 4}${part 5}";
|
||||
in {
|
||||
inherit tree nixlib;
|
||||
inherit tree nixlib inputs;
|
||||
std = inputs.self.lib.Std.Std.compat;
|
||||
Std = inputs.std-fl.lib;
|
||||
lib = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue