fix: ficher now deployable with colmena

This commit is contained in:
Julien Malka 2024-05-22 13:46:00 +02:00
parent 21ccd0710a
commit b417ffc98c
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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;