From a98c3f84ce32cc82f0bf18dee80ddd21fb242a69 Mon Sep 17 00:00:00 2001 From: chest Date: Sat, 3 May 2025 22:24:22 +0300 Subject: [PATCH] feat: F disk --- host/Eclipse/hardware-configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/host/Eclipse/hardware-configuration.nix b/host/Eclipse/hardware-configuration.nix index ddba6d8..383bb4b 100644 --- a/host/Eclipse/hardware-configuration.nix +++ b/host/Eclipse/hardware-configuration.nix @@ -24,12 +24,18 @@ options = [ "fmask=0022" "dmask=0022" ]; }; - fileSystems."/mnt/D" = { + fileSystems."/mnt/D" = { device = "/dev/disk/by-uuid/E030A4DF30A4BDC2"; fsType = "ntfs"; options = ["umask=0022" "gid=100" "uid=1002"]; }; + fileSystems."/mnt/F" = { + device = "/dev/disk/by-uuid/1C6278FC2848E1EF"; + fsType = "ntfs"; + options = ["umask=0022" "gid=100" "uid=1002"]; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking