From 93d9d01abf82fcd520c3d0c08440c9e9747654f1 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 19 Sep 2024 18:48:17 +0200 Subject: workstation: add data disk --- hosts/workstation/hardware.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/workstation') diff --git a/hosts/workstation/hardware.nix b/hosts/workstation/hardware.nix index d047d2b..d32bde5 100644 --- a/hosts/workstation/hardware.nix +++ b/hosts/workstation/hardware.nix @@ -57,6 +57,15 @@ ]; }; + fileSystems."/mnt/data" = { + device = "/dev/disk/by-uuid/303cec14-b66c-49af-8441-f2e7326ee8ad"; + fsType = "btrfs"; + options = [ + "users" + "nofail" + ]; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking -- cgit v1.2.3-70-g09d2