mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hetzner_benchmark: init
This commit is contained in:
parent
a9701f83b3
commit
b1395b27ce
5 changed files with 210 additions and 0 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue