Add arch to hosts, share host config with flake.

This commit is contained in:
2021-09-24 11:31:56 -07:00
parent aaf5391557
commit c02318ca00
22 changed files with 121 additions and 13 deletions
-1
View File
@@ -149,7 +149,6 @@ let
arch = mkOption {
type = str;
description = "System architecture of the system.";
default = "x86_64-linux";
};
android-dev = mkEnableOption "Enable ADB on the host.";