add arm server

This commit is contained in:
chaos 2023-09-20 18:56:09 +01:00
parent 1201246c2c
commit a1beb94fb2
No known key found for this signature in database

View file

@ -71,6 +71,16 @@ in {
modules = defaultModules ++ [./lappy-t495/lappy-t495.nix ./lappy-t495/hardware.nix];
};
hetzner-arm = nixosUnstableSystem {
specialArgs =
defaultSpecialArgs
// {
hostPath = ./hetzner-arm;
};
system = "aarch64-linux";
modules = defaultModules ++ [./hetzner-arm/hetzner-arm.nix];
};
hetzner-vm = nixosUnstableSystem {
specialArgs =
defaultSpecialArgs