cos/pinephonepro/hardware-configuration.nix

14 lines
278 B
Nix
Raw Permalink Normal View History

2026-03-08 18:52:55 +00:00
# NOTE: this file was generated by the Mobile NixOS installer.
{ config, lib, pkgs, ... }:
{
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/4f7e7e66-3cf3-4016-9e3d-f2157e4e46a1";
fsType = "ext4";
};
};
nix.settings.max-jobs = lib.mkDefault 3;
}