diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 60a5f74..da27aad 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -20,6 +20,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.tmpOnTmpfs = true; + services.btrfs = { autoScrub = { enable = true;