mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02:00
fix: ficher now deployable with colmena
This commit is contained in:
parent
21ccd0710a
commit
b417ffc98c
1 changed files with 4 additions and 0 deletions
|
@ -62,12 +62,16 @@ let
|
||||||
arch = "x86_64-linux";
|
arch = "x86_64-linux";
|
||||||
nixpkgs_version = inputs.nixpkgs_patched;
|
nixpkgs_version = inputs.nixpkgs_patched;
|
||||||
hm_version = inputs.home-manager-unstable;
|
hm_version = inputs.home-manager-unstable;
|
||||||
|
# TODO: Fix colmena deployment
|
||||||
ipv4.public = "127.0.0.1";
|
ipv4.public = "127.0.0.1";
|
||||||
};
|
};
|
||||||
fischer = {
|
fischer = {
|
||||||
|
inherit tld;
|
||||||
arch = "x86_64-linux";
|
arch = "x86_64-linux";
|
||||||
nixpkgs_version = inputs.nixpkgs_patched;
|
nixpkgs_version = inputs.nixpkgs_patched;
|
||||||
hm_version = inputs.home-manager-unstable;
|
hm_version = inputs.home-manager-unstable;
|
||||||
|
# TODO: Fix colmena deployment
|
||||||
|
ipv4.public = "127.0.0.1";
|
||||||
};
|
};
|
||||||
enigma = {
|
enigma = {
|
||||||
inherit tld;
|
inherit tld;
|
||||||
|
|
Loading…
Add table
Reference in a new issue