homelab/nixos/templates/base.nix
plasmagoat a90630ecb6
All checks were successful
Hello World / test (push) Successful in 12s
dump
2025-07-05 11:12:20 +02:00

16 lines
278 B
Nix

{
config,
pkgs,
modulesPath,
lib,
...
}: {
# Pull in all the shared settings from configuration.nix
imports = [
../configuration.nix
../modules/node-exporter.nix
../modules/promtail.nix
../users/plasmagoat.nix
../secrets/shared-sops.nix
];
}