diff options
Diffstat (limited to 'hosts/vidhar/samba.nix')
-rw-r--r-- | hosts/vidhar/samba.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/vidhar/samba.nix b/hosts/vidhar/samba.nix index ffca9c6d..506edaae 100644 --- a/hosts/vidhar/samba.nix +++ b/hosts/vidhar/samba.nix | |||
@@ -40,10 +40,10 @@ | |||
40 | writeable = "true"; | 40 | writeable = "true"; |
41 | path = "/srv/eos"; | 41 | path = "/srv/eos"; |
42 | }; | 42 | }; |
43 | home-eos = { | 43 | home-eostre = { |
44 | comment = "Home directoriy for %u on PXE booted EOS"; | 44 | comment = "Home directoriy for %u on PXE booted eostre"; |
45 | path = "/srv/cifs/home-eos/%u"; | 45 | path = "/srv/cifs/home-eostre/%u"; |
46 | volume = "%u@eos"; | 46 | volume = "%u@eostre"; |
47 | browseable = true; | 47 | browseable = true; |
48 | "read only" = false; | 48 | "read only" = false; |
49 | "create mask" = "0700"; | 49 | "create mask" = "0700"; |