forked from DGNum/infrastructure
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;
|
||||
|
||||
services.netbird.enable = true;
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
|
@ -17,6 +17,8 @@ lib.extra.mkConfig {
|
|||
|
||||
extraConfig = {
|
||||
dgn-hardware.useZfs = true;
|
||||
|
||||
services.netbird.enable = true;
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
|
@ -16,5 +16,9 @@ lib.extra.mkConfig {
|
|||
"wordpress"
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
services.netbird.enable = true;
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue