Update PC configuration for LUKS

This commit is contained in:
thiloho
2025-01-01 22:17:08 +00:00
parent cbe312d155
commit daf14a2aed
2 changed files with 26 additions and 30 deletions

View File

@@ -23,6 +23,14 @@
};
};
boot.initrd = {
luks.devices = {
cryptroot = {
device = "/dev/disk/by-uuid/c5c34e4a-ae75-42a2-a13e-3b411300b25e";
};
};
};
environment.sessionVariables = {
MUTTER_DEBUG_DISABLE_HW_CURSORS = "1";
};