From 42308ad22703575f0161eeed12427e262e2bae1e Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 08:22:16 +0900 Subject: [PATCH] Update NixOS configs --- nixos/default.nix | 1 + nixos/minimal.nix | 3 +++ nixos/small.nix | 3 +++ 3 files changed, 7 insertions(+) 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