diff options
Diffstat (limited to 'hosts/workstation')
| -rw-r--r-- | hosts/workstation/hardware.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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 |