diff --git a/lib/luj.nix b/lib/luj.nix index 8fe814c..8bbac84 100644 --- a/lib/luj.nix +++ b/lib/luj.nix @@ -62,12 +62,16 @@ let arch = "x86_64-linux"; nixpkgs_version = inputs.nixpkgs_patched; hm_version = inputs.home-manager-unstable; + # TODO: Fix colmena deployment ipv4.public = "127.0.0.1"; }; fischer = { + inherit tld; arch = "x86_64-linux"; nixpkgs_version = inputs.nixpkgs_patched; hm_version = inputs.home-manager-unstable; + # TODO: Fix colmena deployment + ipv4.public = "127.0.0.1"; }; enigma = { inherit tld;