From cc924264980157109982d4082f125ef6d2093fc4 Mon Sep 17 00:00:00 2001 From: autumn Date: Tue, 3 Feb 2026 21:12:28 -0700 Subject: [PATCH] again --- system/hoardfrost/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/hoardfrost/hardware-configuration.nix b/system/hoardfrost/hardware-configuration.nix index 9fd6338..b360562 100644 --- a/system/hoardfrost/hardware-configuration.nix +++ b/system/hoardfrost/hardware-configuration.nix @@ -24,6 +24,11 @@ options = [ "fmask=0077" "dmask=0077" ]; }; + fileSystems."/srv/samba/hoardfrost/mainstore/media" = { + device = "/dev/disk/by-uuid/2ca2827b-405a-4eb4-b6ba-98620c0a07c8"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking