mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 14:42:55 +00:00
fixed ssh keys
This commit is contained in:
10
hosts/odroid8/default.nix
Normal file
10
hosts/odroid8/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, pkgs, config, inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
networking.hostName = "odroid8";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user