feat: add host device type metadata
This commit is contained in:
@@ -9,13 +9,8 @@ in
|
||||
{
|
||||
flake.modules.nixos.orion =
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
host = {
|
||||
isServer = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
_module.args.host = host;
|
||||
_module.args.hostType = "server";
|
||||
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
Reference in New Issue
Block a user