Update NixOS configs
This commit is contained in:
parent
8d05811613
commit
42308ad227
3 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
# Software
|
# Software
|
||||||
./common/software/cli/weechat.nix
|
./common/software/cli/weechat.nix
|
||||||
|
./common/software/cli/clean-hm.nix
|
||||||
./common/software/packages.nix
|
./common/software/packages.nix
|
||||||
|
|
||||||
# NixOS Modules
|
# NixOS Modules
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
./common/services/openssh.nix
|
./common/services/openssh.nix
|
||||||
./common/services/fail2ban.nix
|
./common/services/fail2ban.nix
|
||||||
|
|
||||||
|
# Software
|
||||||
|
./common/software/cli/clean-hm.nix
|
||||||
|
|
||||||
# NixOS Modules
|
# NixOS Modules
|
||||||
./common/modules/networking.nix # Initial Networking configs
|
./common/modules/networking.nix # Initial Networking configs
|
||||||
./common/modules/nixos.nix # NixOS related items
|
./common/modules/nixos.nix # NixOS related items
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
./common/services/promtail.nix
|
./common/services/promtail.nix
|
||||||
./common/services/telegraf.nix
|
./common/services/telegraf.nix
|
||||||
./common/services/gnupg-agent.nix
|
./common/services/gnupg-agent.nix
|
||||||
|
|
||||||
|
# Software
|
||||||
|
./common/software/cli/clean-hm.nix
|
||||||
|
|
||||||
# NixOS Modules
|
# NixOS Modules
|
||||||
./common/modules/networking.nix # Initial Networking configs
|
./common/modules/networking.nix # Initial Networking configs
|
||||||
|
|
Loading…
Reference in a new issue