refactor(nixos): use new persistDirs option and remove environment.persistence where possible
This commit is contained in:
parent
16b7f375bd
commit
77d8ed7a13
9 changed files with 98 additions and 36 deletions
|
@ -52,7 +52,7 @@ in
|
|||
];
|
||||
};
|
||||
services.fwupd.enable = true;
|
||||
environment.persistence."/persist".directories = lib.singleton "/var/lib/bluetooth";
|
||||
persistDirs = singleton "/var/lib/bluetooth";
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
settings.General.Experimental = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue