From 7893c9effa125573db449346b7c4303a658dcbb4 Mon Sep 17 00:00:00 2001 From: Matthieu Morin Date: Sun, 9 Jun 2024 18:17:38 +0000 Subject: [PATCH] deleting unused module for btrfs --- systems/jeroboam/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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;