diff --git a/modules/hardware/hetzner-vpn1.nix b/modules/hardware/hetzner-vpn1.nix index 8ac8edc..e147668 100644 --- a/modules/hardware/hetzner-vpn1.nix +++ b/modules/hardware/hetzner-vpn1.nix @@ -8,6 +8,11 @@ ]; config = { + nixpkgs = { + hostPlatform = "aarch64-linux"; + system = "aarch64-linux"; + }; + boot = { tmp.cleanOnBoot = true; loader = { diff --git a/modules/server/default.nix b/modules/server/default.nix index 39940cd..cc13278 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -46,6 +46,7 @@ in { environment = { systemPackages = with pkgs; [ ncdu + htop ]; }; };