summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 8543527c..371871a4 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -74,25 +74,6 @@
     ip6tables -A nixos-fw -p udp --source fdbf:4d14:b5de:0::/64 -j nixos-fw-accept
   '';
 
-  services.samba = {
-    enable = true;
-    shares = {
-      Music = {
-        path = "/data/Home/Music/";
-        browseable = true;
-        "guest ok" = true;
-      };
-      Videos = {
-        path = "/data/Home/Videos/";
-        browseable = true;
-        "guest ok" = true;
-      };
-    };
-    extraConfig = ''
-      hide files = desktop.ini
-    '';
-  };
-
   powerManagement.cpuFreqGovernor = "schedutil";
   networking = {
     hostName = "prefect";