Skip to content

Commit

Permalink
feat(arm-vps): enable tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Jan 17, 2025
1 parent e0da9c5 commit 35265be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/arm-vps/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ in {
size = 8 * 1024; # 8GB
}
];
services.tailscale.enable = true;

environment.systemPackages = with pkgs; [
vim
Expand Down

0 comments on commit 35265be

Please sign in to comment.