From 863daae3f504d319774c1bc767a8cb92dae7f681 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 14 Jul 2022 08:20:02 +0800 Subject: [PATCH] hosts/ni: update host config --- hosts/ni/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 81f13b54..394291ac 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -22,8 +22,19 @@ "riscv64-linux" ]; + boot.initrd.supportedFilesystems = [ "btrfs" ]; + boot.supportedFilesystems = [ "btrfs" ]; + + services.btrfs.autoScrub = { + enable = true; + fileSystems = [ + "/mnt/archives" + ]; + }; + # My custom configuration with my custom modules starts here. profiles = { + i18n.enable = true; archiving.enable = true; system = { enable = true;