From f8ec0908369eb3e6c4005b843f5f3319c0349596 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 23 Jul 2024 16:15:26 +0200 Subject: [PATCH] Mount the NVME disk in /nvme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné --- m/hut/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/m/hut/configuration.nix b/m/hut/configuration.nix index 386d6ab..0e875c8 100644 --- a/m/hut/configuration.nix +++ b/m/hut/configuration.nix @@ -23,6 +23,11 @@ # Select the this using the ID to avoid mismatches boot.loader.grub.device = "/dev/disk/by-id/ata-INTEL_SSDSC2BB240G7_PHDV6462004Y240AGN"; + fileSystems."/nvme" = { + fsType = "ext4"; + device = "/dev/disk/by-label/nvme"; + }; + networking = { hostName = "hut"; interfaces.eno1.ipv4.addresses = [ {