Merge pull request 'buildClan: machineName' (#242) from Mic92-secret-fix into main
This commit is contained in:
@@ -21,11 +21,14 @@ let
|
||||
self.nixosModules.clanCore
|
||||
(machineSettings name)
|
||||
(machines.${name} or { })
|
||||
{ clanCore.clanDir = directory; }
|
||||
{
|
||||
clanCore.machineName = name;
|
||||
clanCore.clanDir = directory;
|
||||
# TODO: remove this once we have a hardware-config mechanism
|
||||
{ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
];
|
||||
specialArgs = specialArgs;
|
||||
inherit specialArgs;
|
||||
})
|
||||
(machinesDirs // machines);
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user