feat: Added tailscale overrides
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -3,4 +3,13 @@
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
(pkgs.tailscale.overrideAttrs (old: {
|
||||
postInstall =
|
||||
old.postInstall
|
||||
+ ''
|
||||
cp -r $out/lib $out/etc
|
||||
'';
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user