Merge branch 'master' of https://git.atagen.co/atagen/nix
This commit is contained in:
commit
68c85978b1
4 changed files with 13 additions and 21 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue