2023-09-12 18:11:29 +00:00
|
|
|
# NOTE: this file was generated by the Mobile NixOS installer.
|
|
|
|
{
|
2024-08-18 22:22:59 +00:00
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
2023-09-12 18:11:29 +00:00
|
|
|
fileSystems = {
|
|
|
|
"/" = {
|
|
|
|
device = "/dev/disk/by-uuid/51a668b8-fa2e-4d3e-ac3f-73ca002d0004";
|
|
|
|
fsType = "ext4";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
boot.initrd.luks.devices = {
|
|
|
|
"LUKS-MAOAM-ROOTFS" = {
|
|
|
|
device = "/dev/disk/by-uuid/5dd0cc1e-abfa-4192-94da-ac43622116fb";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
nix.settings.max-jobs = lib.mkDefault 2;
|
|
|
|
}
|