mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01: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";
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue