diff --git a/nixos/default.nix b/nixos/default.nix index cda118bd..d68c2d54 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -14,6 +14,7 @@ # Software ./common/software/cli/weechat.nix + ./common/software/cli/clean-hm.nix ./common/software/packages.nix # NixOS Modules diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 402e38b9..7719e152 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -7,6 +7,9 @@ ./common/services/openssh.nix ./common/services/fail2ban.nix + # Software + ./common/software/cli/clean-hm.nix + # NixOS Modules ./common/modules/networking.nix # Initial Networking configs ./common/modules/nixos.nix # NixOS related items diff --git a/nixos/small.nix b/nixos/small.nix index 99dda1af..ba3f634a 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -10,6 +10,9 @@ ./common/services/promtail.nix ./common/services/telegraf.nix ./common/services/gnupg-agent.nix + + # Software + ./common/software/cli/clean-hm.nix # NixOS Modules ./common/modules/networking.nix # Initial Networking configs