setting up media server

This commit is contained in:
Matt Nish-Lapidus 2025-03-10 16:28:36 -04:00
parent d2d03e3e63
commit 182048b4bc
2 changed files with 9 additions and 18 deletions

View file

@ -175,15 +175,6 @@
enable = true;
};
fileSystems = {
"/mnt/filez/media" = {
device = "server:/filez/Media";
fsType = "nfs";
};
};
services.nfs.server.enable = true;
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "25.05"; # Did you read the comment?