mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
fix: ficher now deployable with colmena
This commit is contained in:
parent
ecf8ca7957
commit
add8a3e97b
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
Add a link
Reference in a new issue