switch from stable as default to unstable as default
This commit is contained in:
parent
2129e60782
commit
4264f92c19
25 changed files with 61 additions and 201 deletions
|
|
@ -21,12 +21,12 @@ in
|
|||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.tailscale;
|
||||
package = pkgs.tailscale;
|
||||
authKeyFile = config.sops.secrets."tailscale-key".path;
|
||||
};
|
||||
|
||||
services.netbird = {
|
||||
package = pkgs.unstable.netbird;
|
||||
package = pkgs.netbird;
|
||||
|
||||
clients.blackbridge = {
|
||||
login = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue