From 5d810357867c281adbd79ad769d6880509f68887 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:24:08 +0200 Subject: [PATCH] new technology file system --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3ba11f2..f04a96e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -96,6 +96,8 @@ in "net.ipv6.conf.all.forwarding" = 1; }; + boot.supportedFilesystems = [ "ntfs" ]; + fileSystems."/mnt/nas" = { device = "192.168.178.47:/volume1/homes"; fsType = "nfs";