From 43ce8ca42f74394b633b97262e72bce696d5b574 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sun, 14 May 2023 07:12:56 +0000 Subject: [PATCH] mount hdd --- nixos/lavender/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/lavender/hardware-configuration.nix b/nixos/lavender/hardware-configuration.nix index e13237d..38c14ac 100644 --- a/nixos/lavender/hardware-configuration.nix +++ b/nixos/lavender/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/drive/HDD1" = + { device = "/dev/disk/by-uuid/3548fbc6-6efd-4ed1-acc1-bd3ffed9d7a7"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking