From dc1724213fc6b2e45eb5ff61eae7ed2da34912d4 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Sun, 12 Nov 2023 10:21:04 +0100 Subject: [PATCH] Add raid mountpoint to camelot --- configurations/camelot/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configurations/camelot/default.nix b/configurations/camelot/default.nix index 26d865a..d31dfd3 100644 --- a/configurations/camelot/default.nix +++ b/configurations/camelot/default.nix @@ -13,6 +13,11 @@ deviceUUID = "966d0ec0-7a7b-4987-91cf-6493e9f5126c"; fsType = "ext4"; } + { + mountpoint = "/srv"; + deviceUUID = "329fe696-ad2f-4a86-b45f-8b143daf02d2"; + fsType = "ext4"; + } { mountpoint = "/boot"; deviceUUID = "901B-0D68";