Removed duplicate luks mounting
This commit is contained in:
parent
151264c66f
commit
df84387d13
@ -12,13 +12,6 @@
|
||||
nvidiaSettings = true;
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda1";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Dual display configuration
|
||||
services.xserver = {
|
||||
screenSection = ''
|
||||
|
@ -13,12 +13,5 @@
|
||||
];
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/sda1";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user