feat: Enable netbird on all machines
This commit is contained in:
parent
6a25ccbd1a
commit
086f968663
3 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,8 @@ lib.extra.mkConfig {
|
||||||
];
|
];
|
||||||
|
|
||||||
dgn-hardware.useZfs = true;
|
dgn-hardware.useZfs = true;
|
||||||
|
|
||||||
|
services.netbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
root = ./.;
|
root = ./.;
|
||||||
|
|
|
@ -17,6 +17,8 @@ lib.extra.mkConfig {
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
dgn-hardware.useZfs = true;
|
dgn-hardware.useZfs = true;
|
||||||
|
|
||||||
|
services.netbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
root = ./.;
|
root = ./.;
|
||||||
|
|
|
@ -16,5 +16,9 @@ lib.extra.mkConfig {
|
||||||
"wordpress"
|
"wordpress"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraConfig = {
|
||||||
|
services.netbird.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
root = ./.;
|
root = ./.;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue