añade disco duro a config

This commit is contained in:
Fabián Montero 2022-11-29 11:33:48 -06:00
parent e7346d8f51
commit 325e5f47c5
4 changed files with 20 additions and 9 deletions

View file

@ -29,6 +29,13 @@ in {
fsType = "vfat";
options = ["umask=027"];
};
"/extern" = {
device = "/dev/disk/by-uuid/7d8d3ec9-b456-4e2a-9396-551dcaf7705b";
fsType = "btrfs";
options = [ "noatime" "compress=zstd" ];
};
};
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;