feat: Enable netbird on all machines

This commit is contained in:
Tom Hubrecht 2023-12-04 09:16:04 +01:00
parent 6a25ccbd1a
commit 086f968663
3 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,8 @@ lib.extra.mkConfig {
]; ];
dgn-hardware.useZfs = true; dgn-hardware.useZfs = true;
services.netbird.enable = true;
}; };
root = ./.; root = ./.;

View file

@ -17,6 +17,8 @@ lib.extra.mkConfig {
extraConfig = { extraConfig = {
dgn-hardware.useZfs = true; dgn-hardware.useZfs = true;
services.netbird.enable = true;
}; };
root = ./.; root = ./.;

View file

@ -16,5 +16,9 @@ lib.extra.mkConfig {
"wordpress" "wordpress"
]; ];
extraConfig = {
services.netbird.enable = true;
};
root = ./.; root = ./.;
} }