aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/home-assistant.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-09-13 09:53:19 +0200
committerKarel Kočí <cynerd@email.cz>2023-09-13 09:53:19 +0200
commitaeb76ef4125f621cad11acf3e5d6b97cfac9d28a (patch)
treebdde9c09422d54611aa31863bf06edbb39581721 /nixos/modules/home-assistant.nix
parent14f6f4484ee474cc18f5b812c4072713e4803ba7 (diff)
downloadnixos-personal-aeb76ef4125f621cad11acf3e5d6b97cfac9d28a.tar.gz
nixos-personal-aeb76ef4125f621cad11acf3e5d6b97cfac9d28a.tar.bz2
nixos-personal-aeb76ef4125f621cad11acf3e5d6b97cfac9d28a.zip
nixos: redirect logging to cynerd.cz
Diffstat (limited to 'nixos/modules/home-assistant.nix')
-rw-r--r--nixos/modules/home-assistant.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix
index efe5b84..813b41b 100644
--- a/nixos/modules/home-assistant.nix
+++ b/nixos/modules/home-assistant.nix
@@ -147,6 +147,7 @@ in {
extraPackages = pkgs:
with pkgs; [
securetar
+ pyipp
];
packageOverrides = self: super: {
scapy = super.scapy.override {