Fix some test issues
All checks were successful
/ dev-shell (push) Successful in 1m3s
/ rust-packages (push) Successful in 1m8s
/ check (push) Successful in 2m54s
/ terraform-providers (push) Successful in 13s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-08 23:47:54 +02:00
parent 84bf6d0350
commit 89d410cb6c
Signed by: khs
GPG key ID: C7D890804F01E9F0
4 changed files with 6 additions and 17 deletions

View file

@ -12,7 +12,10 @@ pkgs.nixosTest {
{ ... }:
{
imports = [
inputs.self.nixosModules.default
inputs.self.nixosModules.hetzner
inputs.self.nixosModules.systemd-boot
inputs.self.nixosModules."virtualisation/qemu-guest"
inputs.disko.nixosModules.disko
sharedModule
];
khscodes.hetzner = {

View file

@ -3,7 +3,7 @@
...
}:
{
imports = [ "${inputs.self}/nix/profiles/hetzner-server.nix" ];
imports = [ "${inputs.self}/nix/profiles/nixos/hetzner-server.nix" ];
khscodes.infrastructure.hetzner-instance = {
enable = true;
mapRdns = true;

View file

@ -3,7 +3,7 @@
...
}:
{
imports = [ "${inputs.self}/nix/profiles/khs-openstack-server.nix" ];
imports = [ "${inputs.self}/nix/profiles/nixos/khs-openstack-server.nix" ];
khscodes.infrastructure.khs-openstack-instance = {
enable = true;
flavor = "m.medium";