os/hosts/maoam/hardware-configuration.nix

23 lines
430 B
Nix

# NOTE: this file was generated by the Mobile NixOS installer.
{
config,
lib,
pkgs,
...
}: {
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;
}