os/hosts/maoam/hardware-configuration.nix
Benjamin Bädorf 3fcb1e3c4e
All checks were successful
continuous-integration/drone/push Build is passing
feat: maoam pinephone
2023-09-12 20:11:29 +02:00

19 lines
422 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;
}