holy moly we're almost there
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
fileSystems."/mnt/mossnet" = {
|
||||
device = "10.0.69.4:/mnt/two";
|
||||
fsType = "nfs";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user