refactor: use mkHetznerMachine for db-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
3aa3570617
commit
89857b9978
6 changed files with 39 additions and 103 deletions
|
|
@ -126,12 +126,8 @@
|
|||
};
|
||||
|
||||
# servers
|
||||
db-01 = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./hosts/db-01
|
||||
];
|
||||
db-01 = hetzner.mkHetznerMachine "db-01" {
|
||||
ipv6Address = "2a01:4f8:c012:15d4::/64";
|
||||
};
|
||||
hosting-01 = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue