fixed ssh keys

This commit is contained in:
2023-11-19 03:54:23 +00:00
parent 362fc6d0a2
commit 1697abccbf
8 changed files with 487 additions and 30 deletions

10
hosts/odroid8/default.nix Normal file
View File

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