diff --git a/profiles/workstation/9900x-desktop/hardware-configuration.nix b/profiles/workstation/9900x-desktop/hardware-configuration.nix index d69c5087..083aacc1 100755 --- a/profiles/workstation/9900x-desktop/hardware-configuration.nix +++ b/profiles/workstation/9900x-desktop/hardware-configuration.nix @@ -176,6 +176,6 @@ services.btrfs.autoScrub = { enable = true; interval = "weekly"; - fileSystems = [ "/persist" ]; + fileSystems = [ "/persistent" ]; }; }