mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
NTFS support
This commit is contained in:
parent
2f0c7ffdbe
commit
e1dd1c3cbd
@ -51,6 +51,7 @@ in
|
||||
../../modules/sendmail-mta.nix
|
||||
../../modules/journalwatch.nix
|
||||
#../../modules/waydroid.nix
|
||||
../../modules/ntfs.nix
|
||||
];
|
||||
|
||||
networking.hostName = "yodaTab";
|
||||
|
@ -51,6 +51,7 @@ in
|
||||
../../modules/sendmail-mta.nix
|
||||
../../modules/journalwatch.nix
|
||||
#../../modules/waydroid.nix
|
||||
../../modules/ntfs.nix
|
||||
];
|
||||
|
||||
networking.hostName = "yodaTux";
|
||||
|
@ -53,6 +53,7 @@ in
|
||||
../../modules/sendmail-mta.nix
|
||||
../../modules/journalwatch.nix
|
||||
#../../modules/waydroid.nix
|
||||
#../../modules/ntfs.nix
|
||||
];
|
||||
|
||||
networking.hostName = "yodaYoga";
|
||||
|
6
modules/ntfs.nix
Normal file
6
modules/ntfs.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# https://nixos.wiki/wiki/NTFS
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user