200 current 2025-10-10 00:25:07 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# flake for blakes nixos config
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# define new devices in outputs
|
||||||
# generation: 199 current 2025-10-10 00:21:25 25.05.20251006.20c4598 6.12.50 *
|
# generation: 200 current 2025-10-10 00:25:07 25.05.20251006.20c4598 6.12.50 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -95,6 +95,8 @@ in
|
|||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "America/Chicago";
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.i2c.enable = true;
|
||||||
|
hardware.gpio.enable = true;
|
||||||
|
|
||||||
# define shell
|
# define shell
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|||||||
@@ -58,6 +58,10 @@ in
|
|||||||
services.${service} = {
|
services.${service} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant;
|
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant;
|
||||||
|
extraPackages = python3Packages: with python3Packages; [
|
||||||
|
bleak
|
||||||
|
pyserial
|
||||||
|
];
|
||||||
configDir = cfg.data_dir;
|
configDir = cfg.data_dir;
|
||||||
config = null;
|
config = null;
|
||||||
# openFirewall = true;
|
# openFirewall = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user