start pinephonepro

This commit is contained in:
Clayton Hickey 2026-03-08 18:52:55 +00:00
parent ff604fa02d
commit 90b532a4c8
2 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# 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;
}