← Back to task

Commit 1fb89218

commit 1fb89218e7a2328653e7c4d0175590e710c423a9
Author: Coder Agent <coder@agents.omni>
Date:   Thu Feb 19 16:27:02 2026

    Refine beryllium samba module
    
    Task-Id: t-604

diff --git a/Omni/Dev/Beryllium/Samba.nix b/Omni/Dev/Beryllium/Samba.nix
index 305e24e1..a0aa064f 100644
--- a/Omni/Dev/Beryllium/Samba.nix
+++ b/Omni/Dev/Beryllium/Samba.nix
@@ -1,8 +1,4 @@
-{
-  pkgs,
-  config,
-  ...
-}: {
+{...}: {
   services.samba = {
     enable = true;
     openFirewall = true;