Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 9d9c8a7

Browse files
committed
「🏗️」 wip: don't know what i have done
1 parent 4dc91af commit 9d9c8a7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nixos/services/tailscale.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
config,
33
lib,
44
pkgs,
5+
inputs,
56
...
67
}:
78

@@ -14,6 +15,7 @@
1415
services.tailscale = {
1516
enable = true;
1617
extraUpFlags = lib.mkBefore [ "--accept-routes" ];
18+
package = inputs.unstablepkgs.legacyPackages.${pkgs.system}.tailscale;
1719
};
1820
};
1921
}

0 commit comments

Comments
 (0)