Add Chromebook to the roster without secrets

This commit is contained in:
Jimbo 2024-10-18 15:44:38 -04:00
parent 95155e9e93
commit 033d8f162e
4 changed files with 56 additions and 119 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
boot.initrd = {
systemd.enable = true;
luks.devices = {
crypt-mmc = {
device = "/dev/disk/by-uuid/5906e176-7ad3-41e5-bc45-ae65664eb10c";
preLVM = true;
allowDiscards = true;
};
};
};
}