feat: Don't use samba module for shiro

This commit is contained in:
uttarayan21
2025-02-16 12:38:57 +05:30
parent b7e056fe51
commit 630567e10d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
./skhd.nix ./skhd.nix
./tailscale.nix ./tailscale.nix
./jellyfin.nix ./jellyfin.nix
./samba.nix # ./samba.nix
]; ];
} }

View File

@@ -32,5 +32,5 @@
# openFirewall = true; # openFirewall = true;
}; };
}; };
networking.firewall.allowPing = true; # networking.firewall.allowPing = true;
} }