From 647df088fa7430c3e070f478bd7661059b231624 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 17 Mar 2026 23:39:58 +0100 Subject: [PATCH] feat: import array too --- hosts/violet/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/violet/hardware-configuration.nix b/hosts/violet/hardware-configuration.nix index a0f0140..3d6034d 100644 --- a/hosts/violet/hardware-configuration.nix +++ b/hosts/violet/hardware-configuration.nix @@ -32,6 +32,11 @@ fsType = "ext4"; }; + fileSystems."/mnt/array" = { + device = "/dev/disk/by-uuid/c503088f-95aa-4bb0-85eb-d1de1e0158d0"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking