From 16283db5916a862b39ee93811b93d42d05b2bf4a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 10 Apr 2018 15:02:01 +0200 Subject: samba on odin --- odin.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index 321535b1..2cfd5b3d 100644 --- a/odin.nix +++ b/odin.nix @@ -174,6 +174,18 @@ }; }; + services.samba = { + enable = true; + shares = { + homes = { + comment = "Home Directories"; + browesable = true; + "valid users" = "%S"; + writable = true; + }; + }; + }; + system.autoUpgrade.enable = true; system.stateVersion = "18.09"; -- cgit v1.2.3