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