diff --git a/systems/jeroboam/default.nix b/systems/jeroboam/default.nix index 65007a7..4cb595a 100644 --- a/systems/jeroboam/default.nix +++ b/systems/jeroboam/default.nix @@ -117,7 +117,7 @@ in { # hibernation "resume_offset=533760" - ] + ]; }; # ================ HYPRLAND =================== # @@ -146,13 +146,6 @@ hardware = { nvidia.modesetting.enable = false; }; -modules.btrfs-maintenance = { - fileSystems = [ - # scrubbling one of subvolumes scrubs the whole filesystem - "/persist" - ]; - }; - # Fix to enable VSCode to successfully remote SSH on a client to a NixOS host # https://nixos.wiki/wiki/Visual_Studio_Code # Remote_SSH # programs.nix-ld.enable = true;