make sure bluetooth persists even after reboot

This commit is contained in:
christoph.hollizeck 2024-03-27 15:00:02 +01:00 committed by Christoph Hollizeck
parent ff78383e6d
commit 52e2d9faf5
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
7 changed files with 72 additions and 60 deletions

View file

@ -27,7 +27,7 @@ in {
lfs.enable = true;
config = {
init = {defaultBranch = "main";};
pull = {rebase = false;};
pull = {rebase = false;};
push = {autoSetupRemote = true;};
};
};