Clan-core: Rename clanName within Machines

This commit is contained in:
Johannes Kirschbauer
2024-08-06 10:45:16 +02:00
parent 329b70d653
commit a4bbdcb010
9 changed files with 37 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ let
imports = (import (pkgs.path + "/nixos/modules/module-list.nix")) ++ [
{
nixpkgs.hostPlatform = "x86_64-linux";
clan.core.clanName = "dummy";
clan.core.name = "dummy";
}
];
};