From 0bece1c755a7869bf0d5194ae37da3113856a2f6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 May 2023 19:57:20 -0700 Subject: profiles/samba: convert the old module as a profile --- hosts/tahoe/default.nix | 1 + hosts/tahoe/services.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index f3174e5..0f5dec0 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -13,6 +13,7 @@ in "${self}/profiles/acme.nix" "${self}/profiles/nginx.nix" "${self}/profiles/unifi.nix" + "${self}/profiles/samba.nix" "${self}/profiles/git-server.nix" "${self}/profiles/music-server.nix" "${self}/profiles/hardware/amd.nix" diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index b8a1b34..d49785b 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -7,10 +7,6 @@ in systemd.services.mdmonitor.enable = false; my.services = { - samba = { - enable = true; - publicShares = [ "/data/fast/music" "/data/fast/videos" ]; - }; monitoring = { prometheus = { enable = true; -- cgit 1.4.1