Started to move to flakes
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user