Skip to content

Commit c01a15e

Browse files
authored
README: add nixpkgs.overlays to example flake.nix (#20)
1 parent 0b67349 commit c01a15e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ If you use NixOS, this repository provides a flake with a NixOS module to instal
173173
tailscale-manager.nixosModules.default
174174
({ config, lib, pkgs, ... }:
175175
{
176+
nixpkgs.overlays = [ tailscale-manager.overlays.default ];
177+
176178
services.tailscale.enable = true;
177179
178180
services.tailscale-manager = {

0 commit comments

Comments
 (0)