Removed duplicate luks mounting

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

View File

@ -12,13 +12,6 @@
nvidiaSettings = true;
};
boot.initrd.luks.devices = {
root = {
device = "/dev/sda1";
preLVM = true;
};
};
# Dual display configuration
services.xserver = {
screenSection = ''

View File

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

View File

@ -6,14 +6,6 @@
# Use DHCP for networking
networking.useDHCP = true;
# Disk encryption setup
boot.initrd.luks.devices = {
root = {
device = "/dev/sda1";
preLVM = true;
};
};
# Hyprland setup without GPU acceleration
services.xserver.enable = true;
services.xserver.videoDrivers = [ ];