feat(tailscale): use stable package
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat(zed): add stable package to zed editor config fix(mbsync): enable mbsync only on linux
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{...}: {
|
||||
services.tailscale.enable = true;
|
||||
{stablePkgs, ...}: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
package = stablePkgs.tailscale;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user