chore: nix fmt
This commit is contained in:
parent
a80bd4ed3b
commit
7266fff06e
128 changed files with 3402 additions and 2013 deletions
|
@ -1,6 +1,9 @@
|
|||
{ pkgs
|
||||
, config
|
||||
, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
config = null;
|
||||
|
@ -14,9 +17,12 @@
|
|||
"synology_dsm"
|
||||
];
|
||||
|
||||
extraPackages = python3Packages: with python3Packages; [
|
||||
aiogithubapi gtts radios
|
||||
];
|
||||
extraPackages =
|
||||
python3Packages: with python3Packages; [
|
||||
aiogithubapi
|
||||
gtts
|
||||
radios
|
||||
];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."home.514fpv.io" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue