mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-25 18:19:00 +00:00
hosts/ni: update host config
This commit is contained in:
parent
cdbb816eca
commit
863daae3f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user