📝 add a comment
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 1h58m53s

This commit is contained in:
Ingolf Wagner 2024-09-17 08:44:54 +07:00
parent a5a36ce5c8
commit 2f769675fd
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -147,6 +147,7 @@
inherit (pkgs) lib; inherit (pkgs) lib;
machineDir = ./machines; machineDir = ./machines;
}; };
# https://git.clan.lol/clan/clan-core/issues/1575 < here is how I could do this generic
zerotierInterface = "ztbn67ogn2"; zerotierInterface = "ztbn67ogn2";
components = ./components; components = ./components;
features = ./features; features = ./features;