mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
localsend is really cool
This commit is contained in:
parent
30e2e2b5e0
commit
c94dcbff29
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@
|
||||||
|
|
||||||
# Remove bloat
|
# Remove bloat
|
||||||
programs.nano.enable = lib.mkForce false;
|
programs.nano.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
# Localsend is helpful for setting up new systems or quickly transferring files
|
||||||
|
programs.localsend.enable = true;
|
||||||
|
programs.localsend.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue