From fb7520baba25dad2d1745f6b6c38994eece481ec Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 29 Sep 2025 20:59:34 +0800 Subject: [PATCH] modules.system.fileSystems.rollingRootfs: remove nodatacow --- modules/system/fileSystems/rollingRootfs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/fileSystems/rollingRootfs.nix b/modules/system/fileSystems/rollingRootfs.nix index 8add23ce..b25f60de 100644 --- a/modules/system/fileSystems/rollingRootfs.nix +++ b/modules/system/fileSystems/rollingRootfs.nix @@ -51,7 +51,6 @@ inputs: btrfs property set -ts /mnt/nix/rootfs/$timestamp-$subvolid ro true fi [ -d /mnt/nix/rootfs/current ] || btrfs subvolume create /mnt/nix/rootfs/current - chattr +C /mnt/nix/rootfs/current echo $(date '+%Y%m%d%H%M%S') > /mnt/nix/rootfs/current/.timestamp # make systemd happy