More Redmond changes
This commit is contained in:
parent
13d24f42ea
commit
007ad9fce9
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue