aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/develop.nix1
-rw-r--r--nixos/modules/generic.nix2
-rw-r--r--nixos/modules/home-assistant.nix1
3 files changed, 3 insertions, 1 deletions
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;