Clan-core: Rename clanName within Machines
This commit is contained in:
@@ -13,7 +13,6 @@ let
|
||||
specialArgs
|
||||
;
|
||||
|
||||
# Final inventory
|
||||
inherit (config.clanInternals) inventory;
|
||||
|
||||
inherit (clan-core.lib.inventory) buildInventory;
|
||||
@@ -88,8 +87,8 @@ let
|
||||
clan.core.clanDir = directory;
|
||||
# Inherited from clan wide settings
|
||||
# TODO: remove these
|
||||
clan.core.clanName = config.inventory.meta.name;
|
||||
clan.core.clanIcon = config.inventory.meta.icon;
|
||||
clan.core.name = config.inventory.meta.name;
|
||||
clan.core.icon = config.inventory.meta.icon;
|
||||
|
||||
# Machine specific settings
|
||||
clan.core.machineName = name;
|
||||
|
||||
@@ -10,7 +10,6 @@ let
|
||||
inherit lib nixpkgs clan-core;
|
||||
self = ./.;
|
||||
};
|
||||
|
||||
in
|
||||
#######
|
||||
{
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user