mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat: use ntfs for /data
This commit is contained in:
parent
a06256869c
commit
78aa8051fb
2 changed files with 4 additions and 2 deletions
|
@ -3,4 +3,5 @@
|
|||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue