fix(host/terebralia-sulcata): hardware config
This commit is contained in:
parent
b405742a6f
commit
bc8c927504
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../../hardware/intel-nuc.nix
|
||||
../../hardware/intel-nuc4.nix
|
||||
../../modules/snapclient.nix
|
||||
./topology.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue