From d042a416c35d5ed7cd18d2b1d3a862119c7bf1ae Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 5 Jan 2026 03:32:03 +0000 Subject: [PATCH] Add non-working filesystem comment I just mounted the disk by hand, less dangerous that way. --- .../amd-legacy-sexcore/hardware-configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/host/nocix/amd-legacy-sexcore/hardware-configuration.nix b/host/nocix/amd-legacy-sexcore/hardware-configuration.nix index b3c19c3..56a7f33 100644 --- a/host/nocix/amd-legacy-sexcore/hardware-configuration.nix +++ b/host/nocix/amd-legacy-sexcore/hardware-configuration.nix @@ -13,6 +13,19 @@ boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; + # yeah, when I enabled this everything about the server died. + /* + fileSystems = { + "/" = { + device = "/dev/sda3"; + }; + "/mnt/bigdisk" = { + device = "762be975-bbf0-4fd6-998f-7eb077b580cb"; + options = [ "users" "nofail" ]; + }; + }; + */ + # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction