More Redmond changes

This commit is contained in:
Jimbo 2024-11-24 20:32:40 -05:00
parent 13d24f42ea
commit 007ad9fce9
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,10 @@
{ ... }:
{
fileSystems = {
"/mnt/Windrive" = {
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
options = [ "nosuid" "nodev" ];
};
"/home/jimbo/JimboNFS" = {
device = "10.100.0.1:/export/JimboNFS";
fsType = "nfs4";