nixos-config/hardware-configuration/mobile.nix

13 lines
387 B
Nix
Raw Normal View History

2023-01-07 20:54:12 -05:00
# 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;
}