mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 14:42:55 +00:00
10 lines
156 B
Nix
10 lines
156 B
Nix
{ lib, pkgs, config, inputs, ... }: {
|
|
|
|
imports = [
|
|
];
|
|
|
|
nixpkgs.hostPlatform.system = "aarch64-linux";
|
|
networking.hostName = "odroid8";
|
|
|
|
}
|