add Whatsie Flatpak reference; update flake.lock for nixpkgs and hyprland; enable NTFS support in ZFS configuration
All checks were successful
Nix Format Check / check-format (push) Successful in 38s

This commit is contained in:
2024-12-27 12:35:51 +01:00
parent ed0b0508bb
commit 65c42118e2
5 changed files with 27 additions and 14 deletions

View File

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