feat(server/databases): add postgresql

This commit is contained in:
Mohammad Rafiq 2025-06-12 12:32:58 +08:00
parent 93f0d568a1
commit a7cc5e4705
No known key found for this signature in database
3 changed files with 21 additions and 0 deletions

View file

@ -20,6 +20,7 @@
config = lib.mkMerge [
{
services.fwupd.enable = true;
environment.persistence."/persist".directories = lib.singleton "/var/lib/bluetooth";
hardware.bluetooth = {
enable = true;
settings.General.Experimental = true;