From 82b9870fd3476278169be00f53c365cdefe71f5f Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Mon, 20 May 2024 17:35:47 +0200 Subject: [PATCH] mount additional disks --- hosts/cube-hardware-configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/cube-hardware-configuration.nix b/hosts/cube-hardware-configuration.nix index b50cd6d..cbacf92 100644 --- a/hosts/cube-hardware-configuration.nix +++ b/hosts/cube-hardware-configuration.nix @@ -23,6 +23,16 @@ fsType = "vfat"; }; + fileSystems."/storage/family" = + { device = "/dev/disk/by-uuid/896c11dc-d275-4992-99e6-fddc394a7bf1"; + fsType = "xfs"; + }; + + fileSystems."/storage/muhh" = + { device = "/dev/disk/by-uuid/8b716713-359b-4bac-8951-a35405dccd4c"; + fsType = "xfs"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking