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

View file

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