diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-21 18:28:18 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-21 18:28:18 -0500 |
| commit | 8cc045ea34d4e72edb68d0c30233c7639966428c (patch) | |
| tree | d762cf98d6816ab3c0485b3ab7addb7556e767b6 /hosts/poweredge-pro/fileshares.nix | |
| parent | a6416c92b24f86a0c317e4d8d392011029246094 (diff) | |
| download | nixos-8cc045ea34d4e72edb68d0c30233c7639966428c.tar.xz nixos-8cc045ea34d4e72edb68d0c30233c7639966428c.zip | |
Diffstat (limited to 'hosts/poweredge-pro/fileshares.nix')
| -rw-r--r-- | hosts/poweredge-pro/fileshares.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/poweredge-pro/fileshares.nix b/hosts/poweredge-pro/fileshares.nix index 0170918..65ce84d 100644 --- a/hosts/poweredge-pro/fileshares.nix +++ b/hosts/poweredge-pro/fileshares.nix @@ -14,7 +14,7 @@ # Shares services._fileShares.shares = { chexx = { - path = "/Storage/chexx"; + path = "/VMDisk/shares/chexx"; smb = { enable = true; allowGroup = "chexx"; @@ -24,7 +24,7 @@ nfs.enable = true; }; scans = { - path = "/Storage/Scans"; + path = "/VMDisk/shares/scans"; smb = { enable = true; allowGroup = "scans"; @@ -41,7 +41,7 @@ }; }; tk = { - path = "/home/timmy"; + path = "/home/timmy/docs/shared"; nfs.enable = true; }; }; |
