start pinephonepro
This commit is contained in:
parent
ff604fa02d
commit
90b532a4c8
2 changed files with 77 additions and 0 deletions
13
pinephonepro/hardware-configuration.nix
Normal file
13
pinephonepro/hardware-configuration.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue