fix(host/terebralia-sulcata): hardware config

This commit is contained in:
Malte Tammena 2024-11-01 13:34:24 +01:00
parent b405742a6f
commit bc8c927504
2 changed files with 36 additions and 39 deletions

View file

@ -7,10 +7,9 @@
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
disko.devices = {
disk = {
main = {
device = "/dev/disk/by-id/ata-SanDisk_SD6SF1M128G1022_142661400678";
disko.devices.disk.main = {
device = "/dev/disk/by-id/ata-SanDisk_SD6SF1M128G1022_142261400678";
type = "disk";
content = {
type = "gpt";
@ -48,6 +47,4 @@
};
};
};
};
};
}

View file

@ -1,6 +1,6 @@
{...}: {
imports = [
../../hardware/intel-nuc.nix
../../hardware/intel-nuc4.nix
../../modules/snapclient.nix
./topology.nix
];