make sure bluetooth persists even after reboot
This commit is contained in:
parent
ff78383e6d
commit
52e2d9faf5
7 changed files with 72 additions and 60 deletions
|
@ -22,6 +22,10 @@ in {
|
|||
socials = enabled;
|
||||
};
|
||||
|
||||
system.hardware = {
|
||||
audio = enabled;
|
||||
};
|
||||
|
||||
apps = {
|
||||
vivaldi = enabled;
|
||||
};
|
||||
|
|
|
@ -18,5 +18,11 @@ in {
|
|||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/bluetooth" = {
|
||||
device = "/persist/var/lib/bluetooth";
|
||||
options = ["bind" "noauto" "x-systemd.automount"];
|
||||
noCheck = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
lfs.enable = true;
|
||||
config = {
|
||||
init = {defaultBranch = "main";};
|
||||
pull = {rebase = false;};
|
||||
pull = {rebase = false;};
|
||||
push = {autoSetupRemote = true;};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue