put all unstable machines under patched

This commit is contained in:
Julien Malka 2024-04-05 16:13:37 +02:00
parent 1defc14087
commit 2090001410
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

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