This commit is contained in:
2023-11-19 03:29:00 +00:00
parent bd57d2565c
commit 3fc9a0399c
5 changed files with 241 additions and 0 deletions

9
hosts/odroid8.nix Normal file
View File

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