Remove unused zfs and btrfs on starlight

This commit is contained in:
Artemis Tosini 2021-08-26 23:17:40 +00:00
parent 99adc0eb3a
commit cd1112404d
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -44,16 +44,9 @@
# Filesystems
boot.supportedFilesystems = [ "zfs" "btrfs" ];
boot.zfs = {
enableUnstable = true;
forceImportAll = false;
forceImportRoot = false;
requestEncryptionCredentials = false;
};
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/" "/media/data" "/media/archive" ];
fileSystems = [ "/" "/media/data" ];
};
# Skye user for luna