poseidon: enable btrfs scrub

This commit is contained in:
Antoine Martin 2021-03-25 00:40:22 +01:00
parent 7bdd2c9a1e
commit 13f066d79d

View file

@ -19,6 +19,13 @@ in
boot.supportedFilesystems = [ "btrfs" ];
services.btrfs = {
autoScrub = {
enable = true;
fileSystems = [ "/" ];
};
};
networking.hostName = "poseidon"; # Define your hostname.
networking.domain = "alarsyo.net";