working on tinc
This commit is contained in:
parent
d9c5327d9a
commit
ce96ef77a3
2 changed files with 2 additions and 3 deletions
|
@ -188,7 +188,6 @@
|
|||
retiolum.nixosModules.retiolum
|
||||
];
|
||||
|
||||
|
||||
home-manager.users.mainUser = {
|
||||
imports = [
|
||||
doom-emacs-nix.hmModule
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 655 712 ];
|
||||
allowedUDPPorts = [ 655 712 ];
|
||||
allowedTCPPorts = [ 655 721 ];
|
||||
allowedUDPPorts = [ 655 721 ];
|
||||
};
|
||||
|
||||
tinc.private.enable = true;
|
||||
|
|
Loading…
Reference in a new issue