isengard: fixed disko

This commit is contained in:
Victor Ișan 2026-05-10 10:25:45 +02:00
parent c4812614cf
commit b2ecbaee14
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
{
disko.devices = {
disk.main = {
device = "/dev/sda";
device = "/dev/disk/by-id/ata-WD_Red_SA500_2.5_2TB_25273ZD00548";
type = "disk";
content = {
@ -23,7 +23,6 @@
"@nix" = { mountpoint = "/nix"; };
"@var" = { mountpoint = "/var"; };
"@docker" = { mountpoint = "/var/lib/docker"; };
"@containers" = { mountpoint = "/srv/containers"; };
"@home" = { mountpoint = "/home"; };
"@snapshots" = { mountpoint = "/.snapshots"; };
};

View File

@ -8,6 +8,6 @@
hardware.nvidia = {
modesetting.enable = true;
open = false;
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.legacy_580;
};
}
}