nixos moment lmao
This commit is contained in:
parent
3f7d96ce19
commit
dce71aab4e
1 changed files with 4 additions and 1 deletions
|
@ -3,5 +3,8 @@ let cfg = config.modules.desktop.tailscale;
|
|||
in {
|
||||
options.modules.desktop.tailscale = { enable = lib.mkEnableOption false; };
|
||||
|
||||
config = lib.mkIf cfg.enable { services.tailscale = { enable = true; }; };
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.tailscale = { enable = true; };
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue