mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
7 lines
103 B
Nix
7 lines
103 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# https://nixos.wiki/wiki/NTFS
|
|
boot.supportedFilesystems = [ "ntfs" ];
|
|
}
|