From 26f5658e7815aac79cde7c5df5949d6cd6f33ff1 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:44:55 +0200 Subject: [PATCH] btrfs options --- systems/amd-server/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/amd-server/hardware-configuration.nix b/systems/amd-server/hardware-configuration.nix index 08bee7c..50747a6 100644 --- a/systems/amd-server/hardware-configuration.nix +++ b/systems/amd-server/hardware-configuration.nix @@ -15,6 +15,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/a3c34c9e-06be-49dc-a5d3-4156defa11e7"; fsType = "btrfs"; + options = [ "defaults" "noatime"]; }; fileSystems."/boot" = {