From 63d9ec858f4981db380e0e17cdb698eed4d67556 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 22 Jan 2025 21:15:10 +0100 Subject: [PATCH] loki: disable samba --- machines/loki/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index e21b7ef..0be3948 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -67,7 +67,7 @@ wayvnc = false; }; samba = { - enable = true; + enable = false; }; tailscale = { enable = true;