Skip to content

Commit

Permalink
README: add nixpkgs.overlays to example flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
benley committed Jan 27, 2025
1 parent 0b67349 commit 091fad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ If you use NixOS, this repository provides a flake with a NixOS module to instal
tailscale-manager.nixosModules.default
({ config, lib, pkgs, ... }:
{
nixpkgs.overlays = [ tailscale-manager.overlays.default ];
services.tailscale.enable = true;
services.tailscale-manager = {
Expand Down

0 comments on commit 091fad0

Please sign in to comment.