fix: huge ass security oopsy daisy
This commit is contained in:
parent
a8644e09fd
commit
a88a0e8a49
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
flake.modules.nixos.base = {
|
flake.modules.nixos.base = {
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.firewall.enable = false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
flake.modules.nixos.desktop = {pkgs, ...}: {
|
flake.modules.nixos.desktop = {pkgs, ...}: {
|
||||||
environment.systemPackages = [pkgs.localsend];
|
environment.systemPackages = [pkgs.localsend];
|
||||||
|
networking.firewall.allowedTCPPorts = [53317];
|
||||||
|
networking.firewall.allowedUDPPorts = [53317];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue