summaryrefslogtreecommitdiff
path: root/hosts/vidhar/samba.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-02 00:11:28 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-02 00:11:28 +0100
commit42984e77041cfc95d333319bef0b2d8f441f56d3 (patch)
tree848bf7ee0ebd5d01dd20184d662230d42d5bf7b0 /hosts/vidhar/samba.nix
parent9cc83652e3b922a8bca5c4684bbc34a6589b9aa5 (diff)
downloadnixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar
nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar.gz
nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar.bz2
nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.tar.xz
nixos-42984e77041cfc95d333319bef0b2d8f441f56d3.zip
eos → eostre
Diffstat (limited to 'hosts/vidhar/samba.nix')
-rw-r--r--hosts/vidhar/samba.nix8
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";