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
|
||||
# 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";
|
||||
inputs = {
|
||||
|
||||
@@ -95,6 +95,8 @@ in
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.i2c.enable = true;
|
||||
hardware.gpio.enable = true;
|
||||
|
||||
# define shell
|
||||
programs.zsh.enable = true;
|
||||
|
||||
@@ -58,6 +58,10 @@ in
|
||||
services.${service} = {
|
||||
enable = true;
|
||||
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant;
|
||||
extraPackages = python3Packages: with python3Packages; [
|
||||
bleak
|
||||
pyserial
|
||||
];
|
||||
configDir = cfg.data_dir;
|
||||
config = null;
|
||||
# openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user