Compare commits

...

2 commits

Author SHA1 Message Date
271e783a6d flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0638fe2715d998fa81d173aad264eb671ce2ebc1?narHash=sha256-ILsf3bdY/hNNI/Hu5bSt2/KbmHaAVhBbNUOdGztTHEg%3D' (2024-05-01)
  → 'github:NixOS/nixpkgs/383ffe076d9b633a2e97b6e4dd97fc15fcf30159?narHash=sha256-Q4ddhb5eC5pwci0QhAapFwnsc8X8H9ZMQiWpsofBsDc%3D' (2024-05-02)
2024-05-04 10:59:47 -04:00
4a5fcf3cf1 Fix scrub filesystems 2024-05-04 10:59:47 -04:00
2 changed files with 7 additions and 4 deletions

View file

@ -109,11 +109,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1714531828,
"narHash": "sha256-ILsf3bdY/hNNI/Hu5bSt2/KbmHaAVhBbNUOdGztTHEg=",
"lastModified": 1714685007,
"narHash": "sha256-Q4ddhb5eC5pwci0QhAapFwnsc8X8H9ZMQiWpsofBsDc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0638fe2715d998fa81d173aad264eb671ce2ebc1",
"rev": "383ffe076d9b633a2e97b6e4dd97fc15fcf30159",
"type": "github"
},
"original": {

View file

@ -86,7 +86,10 @@
};
hardware.openrgb.enable = true;
resolved.enable = true;
btrfs.autoScrub.enable = true;
btrfs.autoScrub = {
enable = true;
fileSystems = [ "/" "/home" ];
};
};
hardware = {
sane = {