From c1a76b4403edcf5e2a147d68b7bbdf1c33ac95ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 27 Jan 2024 13:20:03 +0100 Subject: Rework routers to use systemd-networkd --- nixos/modules/develop.nix | 1 - nixos/modules/generic.nix | 2 ++ nixos/modules/home-assistant.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 1826e36..97c54ee 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -28,7 +28,6 @@ in { cloc openssl tio - parted vim-vint nodePackages.vim-language-server ctags diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index f2a0d3b..e8cc563 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -63,6 +63,7 @@ in { usbutils pciutils smartmontools + parted # NCurses tools htop @@ -92,6 +93,7 @@ in { wakeonlan speedtest-cli librespeed-cli + termshark lm_sensors ] diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix index e55533e..862b31c 100644 --- a/nixos/modules/home-assistant.nix +++ b/nixos/modules/home-assistant.nix @@ -123,6 +123,7 @@ in { }; systemd.services.telegraf.wants = ["mosquitto.service"]; + #nixpkgs.config.permittedInsecurePackages = ["openssl-1.1.1w"]; # TODO services.home-assistant = { enable = false; openFirewall = true; -- cgit v1.2.3