mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
tp link HA
This commit is contained in:
parent
1d41b435a5
commit
acc2705551
1 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, unstablePkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
users.users.death916.extraGroups = [ "home-assistant" ];
|
||||
|
|
@ -14,6 +19,8 @@
|
|||
"shopping_list"
|
||||
"isal"
|
||||
"wled"
|
||||
"tp-link"
|
||||
|
||||
];
|
||||
extraPackages =
|
||||
python3Packages: with python3Packages; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue