drop "system" argument from inventory

This commit is contained in:
Jörg Thalheim
2024-09-29 18:49:32 +02:00
parent 61f0ceeaf5
commit 5f0b0205b2
4 changed files with 2 additions and 12 deletions

View File

@@ -154,9 +154,6 @@ let
) [ ] inventory.services
# Append each machine config
++ [
(lib.optionalAttrs (machineConfig.system or null != null) {
config.nixpkgs.hostPlatform = machineConfig.system;
})
(lib.optionalAttrs (machineConfig.deploy.targetHost or null != null) {
config.clan.core.networking.targetHost = machineConfig.deploy.targetHost;
})