From b481e5afc8c7b4fb44b4ca823e0b8a40988f7672 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:50:18 +0530 Subject: [PATCH] deps: deprecate samba in favor of ssh and sftp --- hosts/rahu/configuration.nix | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index 00bef31..a1f9873 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -68,28 +68,6 @@ keyMap = "us"; }; - services.samba = { - enable = true; - openFirewall = true; - settings.global = { - security = "user"; - "guest account" = "nobody"; - "map to guest" = "bad user"; - }; - shares = { - media = { - path = "/media"; - "valid users" = "user"; - browseable = "yes"; - "read only" = "no"; - "guest ok" = "no"; - "create mask" = "0644"; - "directory mask" = "0755"; - "writable" = "true"; - }; - }; - }; - programs.fish.enable = true; systemd.tmpfiles.rules = [