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
|
|
@ -80,6 +80,7 @@
|
||||||
# pkgs.xournalpp
|
# pkgs.xournalpp
|
||||||
pkgs.nicotine-plus
|
pkgs.nicotine-plus
|
||||||
pkgs.picard # music tagger
|
pkgs.picard # music tagger
|
||||||
|
pkgs.localsend # file share with iOS
|
||||||
|
|
||||||
# social
|
# social
|
||||||
pkgs.iamb
|
pkgs.iamb
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,13 @@
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = lib.mkForce false;
|
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 = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue