mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-01 01:51:54 +00:00
sync
This commit is contained in:
9
hosts/odroid8.nix
Normal file
9
hosts/odroid8.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, pkgs, config, inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
networking.hostName = "odroid8";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user