diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-10 19:57:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-10 19:57:20 -0700 |
commit | 0bece1c755a7869bf0d5194ae37da3113856a2f6 (patch) | |
tree | a2d098744d265d1d9ca2cd34c9a01c6f5d7d58a1 /hosts/tahoe | |
parent | hosts/tahoe: move avahi configuration here (diff) | |
download | world-0bece1c755a7869bf0d5194ae37da3113856a2f6.tar.gz |
profiles/samba: convert the old module as a profile
Diffstat (limited to 'hosts/tahoe')
-rw-r--r-- | hosts/tahoe/default.nix | 1 | ||||
-rw-r--r-- | hosts/tahoe/services.nix | 4 |
2 files changed, 1 insertions, 4 deletions
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; |