From 4428a8aeac730e884beeec766ede8a57773fa9bd Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 14 Mar 2024 05:29:22 -0400 Subject: [PATCH] added new (commented) drive to mauville --- hosts/mauville/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/mauville/hardware-configuration.nix b/hosts/mauville/hardware-configuration.nix index b2a585d1..69577f4b 100644 --- a/hosts/mauville/hardware-configuration.nix +++ b/hosts/mauville/hardware-configuration.nix @@ -28,6 +28,11 @@ fsType = "ext4"; }; + # fileSystems."/mnt/Media" = + # { device = "/dev/disk/by-uuid/d988d5ca-f9d6-4d85-aa0e-8a437b3c859a"; + # fsType = "ext4"; + # }; + swapDevices = [ { device = "/dev/disk/by-uuid/26094ada-7ba4-4437-bacb-b3cdf6c3397b"; } ];