Trying to improve Netbird Setup

This commit is contained in:
Annika Merris 2024-07-25 10:15:25 -04:00
parent f030235976
commit 514205e1d9
4 changed files with 55 additions and 14 deletions

View file

@ -71,7 +71,6 @@ inputs.nixpkgs.lib.nixosSystem {
];
services.openssh.enable = true;
services.flatpak.enable = true;
services.netbird.enable = true; # TODO: Move this to the netbird configs
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
sound.enable = true; # TODO: Add the rest of the sound stuff...