Add mobile support (PinePhone Pro)
This commit is contained in:
parent
5c30019fc3
commit
46c858faa0
4 changed files with 90 additions and 4 deletions
12
hardware-configuration/mobile.nix
Normal file
12
hardware-configuration/mobile.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/0e34be6f-a042-433e-bcfc-9df254a571c3";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
nix.settings.max-jobs = lib.mkDefault 3;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue