Merge branch 'master' of git.mvl.sh:vleeuwenmenno/dotfiles
All checks were successful
Nix Format Check / check-format (push) Successful in 39s

This commit is contained in:
2024-12-30 13:42:05 +01:00
6 changed files with 22 additions and 5 deletions

View File

@@ -60,7 +60,10 @@ in
};
# Enable ZFS support
boot.supportedFilesystems = [ "zfs" ];
boot.supportedFilesystems = [
"ntfs"
"zfs"
];
# ZFS system services
services.zfs = {