infrastructure/machines/nixos/testing02/_hardware-configuration.nix
sinavir 0609732735
Some checks failed
Check meta / check_dns (push) Failing after 16s
Check meta / check_meta (push) Failing after 15s
Check workflows / check_workflows (push) Successful in 19s
Check meta / check_dns (pull_request) Failing after 15s
Check meta / check_meta (pull_request) Failing after 16s
Run pre-commit on all files / pre-commit (push) Failing after 30s
Check workflows / check_workflows (pull_request) Successful in 18s
Build all the nodes / ap01 (pull_request) Failing after 35s
Build all the nodes / bridge01 (pull_request) Failing after 55s
Build all the nodes / build01 (pull_request) Failing after 56s
Build all the nodes / cof02 (pull_request) Failing after 1m1s
Build all the nodes / netaccess01 (pull_request) Failing after 20s
Build all the nodes / netcore00 (pull_request) Failing after 21s
Build all the nodes / netcore01 (pull_request) Failing after 21s
Build all the nodes / netcore02 (pull_request) Failing after 20s
Build all the nodes / geo01 (pull_request) Failing after 53s
Build all the nodes / geo02 (pull_request) Failing after 53s
Build all the nodes / hypervisor01 (pull_request) Failing after 53s
Build all the nodes / hypervisor03 (pull_request) Failing after 49s
Build all the nodes / hypervisor02 (pull_request) Failing after 54s
Build all the nodes / compute01 (pull_request) Failing after 1m17s
Build all the nodes / testing02 (pull_request) Failing after 40s
Build the shell / build-shell (pull_request) Failing after 24s
Run pre-commit on all files / pre-commit (pull_request) Failing after 30s
Build all the nodes / storage01 (pull_request) Failing after 55s
Build all the nodes / rescue01 (pull_request) Failing after 1m1s
Build all the nodes / tower01 (pull_request) Failing after 54s
Build all the nodes / vault01 (pull_request) Failing after 59s
Build all the nodes / web02 (pull_request) Failing after 56s
Build all the nodes / web03 (pull_request) Failing after 59s
Build all the nodes / web01 (pull_request) Failing after 1m16s
feat(testing02): Init testing vm
2025-04-22 18:57:56 +02:00

33 lines
742 B
Nix
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ modulesPath, sources, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
(sources.disko + "/module.nix")
./disko.nix
];
boot = {
initrd = {
availableKernelModules = [
"ata_piix"
"uhci_hcd"
"ehci_pci"
"virtio_pci"
"sr_mod"
"virtio_blk"
];
kernelModules = [ ];
};
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
};
}