add new 1tb ssd

This commit is contained in:
Kopatz
2024-02-29 15:57:48 +01:00
parent 5efc6eeec2
commit cc5dce785b
3 changed files with 28 additions and 0 deletions

View File

@@ -48,6 +48,11 @@
fsType = "ext4";
options = ["defaults" "nofail" "noatime"];
};
fileSystems."/mnt/1tbssd" =
{ device = "/dev/disk/by-uuid/801d9217-9c38-4ca8-914e-e31361603892";
fsType = "ext4";
options = ["defaults" "nofail" "noatime"];
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's