Switch to 22.11

This commit is contained in:
Filippo Berto 2022-12-01 11:52:40 +01:00
parent 10ac2a0536
commit 7ee4b47750
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
12 changed files with 25 additions and 30 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: {
services.zerotierone = {
enable = true;
package = pkgs.unstable.zerotierone;
package = pkgs.zerotierone;
joinNetworks = [ "8056c2e21cf9c753" ];
};
}