hosts/ni: update host config

This commit is contained in:
Gabriel Arazas 2022-07-14 08:20:02 +08:00
parent cdbb816eca
commit 863daae3f5

View File

@ -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;