nixosModules/clanCore: support nix-darwin

This commit is contained in:
Michael Hoang
2025-04-12 17:11:34 +02:00
parent f336f6514c
commit 5e61a6e41d
13 changed files with 173 additions and 133 deletions

View File

@@ -122,6 +122,8 @@ let
vmConfig = extendModules { modules = [ vmModule ]; };
in
{
_class = "nixos";
options = {
clan.virtualisation = {
cores = lib.mkOption {