This commit is contained in:
atagen 2022-09-25 18:59:39 +10:00
commit 68c85978b1
4 changed files with 13 additions and 21 deletions

View file

@ -85,6 +85,8 @@
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
services.tailscale.enable = true;
services.tailscale.enable = true;
@ -123,6 +125,7 @@
allowedUDPPorts = [ 41641 ];
checkReversePath = "loose";
};
system.stateVersion = "22.05"; # Did you read the comment?