test_flake_with_core: set system explicit

This commit is contained in:
Jörg Thalheim
2024-12-04 15:54:00 +01:00
parent 7e28cca612
commit e80a6c2139

View File

@@ -15,6 +15,7 @@
vm1 =
{ lib, ... }:
{
nixpkgs.hostPlatform = "x86_64-linux";
clan.core.networking.targetHost = "__CLAN_TARGET_ADDRESS__";
system.stateVersion = lib.version;
sops.age.keyFile = "__CLAN_SOPS_KEY_PATH__";
@@ -28,6 +29,7 @@
vm2 =
{ lib, ... }:
{
nixpkgs.hostPlatform = "x86_64-linux";
imports = [
clan-core.clanModules.sshd
clan-core.clanModules.root-password