mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: +localsend
This commit is contained in:
parent
1ec7a89053
commit
8545c9c2ef
2 changed files with 8 additions and 1 deletions
|
|
@ -18,7 +18,13 @@
|
|||
networking = {
|
||||
networkmanager.enable = lib.mkForce false;
|
||||
|
||||
firewall.allowedTCPPorts = [8080];
|
||||
firewall.allowedTCPPorts = [
|
||||
8080
|
||||
|
||||
# For 'localsend'
|
||||
# https://github.com/localsend/localsend?tab=readme-ov-file#setup
|
||||
53317
|
||||
];
|
||||
|
||||
wireless = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue