Started to move to flakes

This commit is contained in:
2021-07-28 12:01:06 -07:00
parent b4ce03333a
commit b1330e94ec
10 changed files with 163 additions and 101 deletions
+6
View File
@@ -137,6 +137,12 @@ let
description = "A host that tends to overheat. Try to keep it cooler.";
default = false;
};
platform = mkOption {
type = str;
description = "System platform of the host.";
default = "x86_64";
};
};
};