feat: add host device type metadata
This commit is contained in:
@@ -14,13 +14,8 @@ in
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
host = {
|
||||
isServer = false;
|
||||
};
|
||||
in
|
||||
{
|
||||
_module.args.host = host;
|
||||
_module.args.hostType = "desktop";
|
||||
|
||||
imports = [
|
||||
nixosModules.desktopBase
|
||||
|
||||
Reference in New Issue
Block a user