From 52fd59c017c5f6147b123b9b8c6f0f92e110fd92 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 7 Dec 2024 23:02:03 +0100 Subject: [PATCH] Set profiles of `btrfs` volume --- profiles/machines/manuel/server.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/machines/manuel/server.nix b/profiles/machines/manuel/server.nix index c88b9041..bc609829 100644 --- a/profiles/machines/manuel/server.nix +++ b/profiles/machines/manuel/server.nix @@ -38,6 +38,8 @@ in { OS = { mountPoint = "/"; devices = [ "/dev/sda3" "/dev/sdb" ]; + metadataProfile = "raid1"; + dataProfile = "single"; }; }; };