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;
services.netbird.enable = true;
};
root = ./.;