fixes & cleanup
This commit is contained in:
@@ -14,6 +14,11 @@ in with lib; {
|
||||
type = types.enum [ "nixos" "macos" "home" ];
|
||||
default = "nixos";
|
||||
};
|
||||
system = mkOption {
|
||||
type = types.enum [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
default = "x86_64-linux";
|
||||
description = "Nix platform used to evaluate this host.";
|
||||
};
|
||||
defaultUser = mkOption { type = types.str; };
|
||||
make = import ./make.nix {inherit lib;};
|
||||
net = import ./net.nix {inherit lib;};
|
||||
|
||||
Reference in New Issue
Block a user