test stuff

This commit is contained in:
mjallen18
2025-08-23 18:00:05 -05:00
parent c680392513
commit 6c9a010c3c
5 changed files with 70 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ in
partitions = {
ESP = {
type = "EF00";
size = "100M";
size = "500M";
content = {
type = "filesystem";
format = "vfat";

View File

@@ -1,7 +1,7 @@
{ lib, ... }:
{
services.btrfs = {
autoScrub.enable = lib.mkDefault true;
autoScrub.enable = lib.mkDefault false;
autoScrub.fileSystems = lib.mkDefault [
"/nix"
"/root"