summaryrefslogtreecommitdiff
path: root/hosts/sol/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sol/hardware-configuration.nix')
-rw-r--r--hosts/sol/hardware-configuration.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/sol/hardware-configuration.nix b/hosts/sol/hardware-configuration.nix
index cd95066..6757831 100644
--- a/hosts/sol/hardware-configuration.nix
+++ b/hosts/sol/hardware-configuration.nix
@@ -26,6 +26,12 @@
options = [ "fmask=0077" "dmask=0077" ];
};
+ fileSystems."/mnt/hdd" =
+ { device = "/dev/disk/by-uuid/cdbcd0ba-9d57-4787-a747-2958c835fbf4";
+ fsType = "ext4";
+ };
+
+
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking