13 lines
387 B
Nix
13 lines
387 B
Nix
|
# 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;
|
|||
|
}
|