Files
nixos-cluster/hosts/odroid8/default.nix
2023-11-19 03:54:23 +00:00

11 lines
190 B
Nix

{ lib, pkgs, config, inputs, ... }: {
imports = [
./hardware-configuration.nix
];
nixpkgs.hostPlatform.system = "aarch64-linux";
networking.hostName = "odroid8";
}