chore: use meta module

This commit is contained in:
Luj 2024-08-10 17:56:30 +02:00
parent b6480b72ec
commit c451c08f94
Signed by: luj
GPG key ID: 6FC74C847011FD83
11 changed files with 171 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
imports = [
./hardware.nix
@ -6,6 +6,16 @@
./stalwart.nix
];
machine.meta = {
arch = "x86_64-linux";
nixpkgs_version = inputs.unstable;
hm_version = inputs.home-manager-unstable;
ipv4 = {
public = "163.172.91.82";
vpn = "100.100.45.33";
};
};
deployment.tags = [ "server" ];
disko = import ./disko.nix;