summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2021-01-06 17:40:32 +0100
committerAlan Pearce2021-01-06 17:40:32 +0100
commitad0e7b8844ecf397af08ba91bb665b4f6fe2943d (patch)
treef6dacab600ab8b658f951d750487e15769330b15 /system
parent88c736623897176d77f8d2fb72013e17b5568650 (diff)
downloadnixfiles-ad0e7b8844ecf397af08ba91bb665b4f6fe2943d.tar.lz
nixfiles-ad0e7b8844ecf397af08ba91bb665b4f6fe2943d.tar.zst
nixfiles-ad0e7b8844ecf397af08ba91bb665b4f6fe2943d.zip
prefect: remove samba setup
Diffstat (limited to 'system')
-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";