poseidon: enable btrfs scrub
This commit is contained in:
parent
7bdd2c9a1e
commit
13f066d79d
|
@ -19,6 +19,13 @@ in
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "btrfs" ];
|
boot.supportedFilesystems = [ "btrfs" ];
|
||||||
|
|
||||||
|
services.btrfs = {
|
||||||
|
autoScrub = {
|
||||||
|
enable = true;
|
||||||
|
fileSystems = [ "/" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "poseidon"; # Define your hostname.
|
networking.hostName = "poseidon"; # Define your hostname.
|
||||||
networking.domain = "alarsyo.net";
|
networking.domain = "alarsyo.net";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue