Update Laptop configuration for LUKS

This commit is contained in:
thiloho
2025-01-01 18:47:37 +00:00
parent 3d0e39a148
commit cbe312d155
3 changed files with 15 additions and 7 deletions

View File

@@ -10,6 +10,14 @@
networking.hostName = "laptop";
boot.initrd = {
luks.devices = {
cryptroot = {
device = "/dev/disk/by-uuid/82ba475d-faa1-488f-82c4-77c1b7bb48da";
};
};
};
services.mysql = {
enable = true;
package = pkgs.mariadb;