Removed duplicate luks mounting

This commit is contained in:
2025-03-21 10:59:21 +00:00
parent 151264c66f
commit df84387d13
3 changed files with 0 additions and 22 deletions

View File

@@ -13,12 +13,5 @@
];
};
boot.initrd.luks.devices = {
root = {
device = "/dev/sda1";
preLVM = true;
};
};
services.xserver.videoDrivers = [ "intel" ];
}