Switch back to headscale
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m30s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m30s
This commit is contained in:
parent
3338ebf695
commit
1f911b0bcb
@ -80,10 +80,6 @@
|
|||||||
|
|
||||||
modules = rec {
|
modules = rec {
|
||||||
databases.postgresql.enable = true;
|
databases.postgresql.enable = true;
|
||||||
networking = {
|
|
||||||
netbird.enable = true;
|
|
||||||
tailscale.enable = lib.mkForce false;
|
|
||||||
};
|
|
||||||
services = {
|
services = {
|
||||||
borgmatic = {
|
borgmatic = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -100,7 +96,7 @@
|
|||||||
matrixIntegration = true;
|
matrixIntegration = true;
|
||||||
};
|
};
|
||||||
gitea.enable = true;
|
gitea.enable = true;
|
||||||
headscale.enable = false;
|
headscale.enable = true;
|
||||||
matrix = {
|
matrix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bridges = {
|
bridges = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user