hetzner_benchmark: init

This commit is contained in:
Primrose 2025-11-08 12:05:50 +08:00
parent a9701f83b3
commit b1395b27ce
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 210 additions and 0 deletions

View file

@ -21,6 +21,12 @@
system = "x86_64-linux";
modules = [ ./nix/configurations/installer.nix ];
};
# Not mine, rented on hetzner
hetzner_benchmark = {
system = "x86_64-linux";
modules = [ ./nix/configurations/hetzner_benchmark.nix ];
};
};
packages = import ./nix/packages { inherit sources; };