posixlycorrect: remove old extern disk
This commit is contained in:
parent
687d6496e7
commit
443c1e8adf
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ in {
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = ["umask=027"];
|
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;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue