From c16cd85816308d2bd22755116a6c701d120829c1 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 5 Apr 2018 19:05:33 +0200 Subject: [PATCH] =?UTF-8?q?Montage=20disque=20syst=C3=A8me=20CoreOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 4eb08fa..71732b5 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -22,6 +22,11 @@ fsType = "vfat"; }; + fileSystems."/mnt/coreos_drive" = + { device = "/dev/disk/by-uuid/bf1f6234-7f65-48a2-b7f8-4eab532eed90"; + fsType = "ext4"; + }; + fileSystems."/mnt/medias" = { device = "loutrepool/medias"; fsType = "zfs";