This commit is contained in:
parent
db023a0056
commit
1fca88fbbe
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
filesystem."/Storage/Data" = {
|
||||
fileSystems."/Storage/Data" = {
|
||||
device = "192.168.1.13:/Data";
|
||||
fsType = "nfs";
|
||||
};
|
||||
filesystem."/Storage/Video" = {
|
||||
fileSystems."/Storage/Video" = {
|
||||
device = "192.168.1.13:/Video";
|
||||
fsType = "nfs";
|
||||
};
|
||||
filesystem."/Storage/Backups" = {
|
||||
fileSystems."/Storage/Backups" = {
|
||||
device = "192.168.1.13:/Backups";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue