bluez and update change

This commit is contained in:
2024-04-24 11:31:07 +02:00
parent dbdfd1924d
commit 5109d8a821
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
"nixpkgs" "nixpkgs"
"-L" "-L"
]; ];
dates = "09:00"; dates = "12:00";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";
}; };

View File

@@ -17,5 +17,6 @@
}; };
services.blueman.enable = true; services.blueman.enable = true;
environment.systemPackages = with pkgs; [ bluez ];
} }