feat(Zephyrus): Enable localsend
This commit is contained in:
parent
e048bca882
commit
25e3ce5a21
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
|
programs.localsend = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# User config
|
# User config
|
||||||
users.groups.gaspard = {
|
users.groups.gaspard = {
|
||||||
|
|
Loading…
Reference in a new issue