feat(btrfs): Enable autoScrub
This commit is contained in:
parent
209c803826
commit
3d0bd28418
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
|||
boot.kernelParams = [ "nosgx" ];
|
||||
|
||||
networking.hostName = "hetzner-1";
|
||||
services.nginx.domain = "tlater.net";
|
||||
services = {
|
||||
btrfs.autoScrub.enable = true;
|
||||
nginx.domain = "tlater.net";
|
||||
};
|
||||
|
||||
systemd.network.networks."eth0" = {
|
||||
matchConfig.MACAddress = "90:1b:0e:c1:8c:62";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue