Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 24, 2023
1 parent 4bdc8f3 commit ee861d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions machines/tailscale.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{ pkgs, ... }:
{
services.tailscale = {
enable = true;
package = pkgs.tailscale;
};
services.tailscale.enable = true;

# create a oneshot job to authenticate to Tailscale
systemd.services.tailscale-autoconnect = {
Expand Down

0 comments on commit ee861d1

Please sign in to comment.