mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
put all unstable machines under patched
This commit is contained in:
parent
1defc14087
commit
2090001410
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@ inputs: lib: with lib; let
|
|||
};
|
||||
fischer = {
|
||||
arch = "x86_64-linux";
|
||||
nixpkgs_version = inputs.unstable;
|
||||
nixpkgs_version = inputs.nixpkgs_patched;
|
||||
hm_version = inputs.home-manager-unstable;
|
||||
};
|
||||
enigma = {
|
||||
inherit tld;
|
||||
arch = "aarch64-linux";
|
||||
nixpkgs_version = inputs.unstable;
|
||||
nixpkgs_version = inputs.nixpkgs_patched;
|
||||
hm_version = inputs.home-manager-unstable;
|
||||
ipv4.vpn = "100.100.45.21";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue