aboutsummaryrefslogtreecommitdiff
path: root/systems/monitoring-1/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/monitoring-1/base.nix')
-rw-r--r--systems/monitoring-1/base.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/monitoring-1/base.nix b/systems/monitoring-1/base.nix
index 2d8139e..6784ef8 100644
--- a/systems/monitoring-1/base.nix
+++ b/systems/monitoring-1/base.nix
@@ -1,4 +1,4 @@
1{ config, pkgs, lib, nixpkgs, php, secrets, ... }: 1{ config, pkgs, lib, nixpkgs, ports, secrets, ... }:
2{ 2{
3 # ssh-keyscan monitoring-1 | nix-shell -p ssh-to-age --run ssh-to-age 3 # ssh-keyscan monitoring-1 | nix-shell -p ssh-to-age --run ssh-to-age
4 secrets.ageKeys = [ "age1dn4lzhgxusqrpjjnzm7w8ml39ptf326htuzmpqdqs2gg3wq7cqzqxuvx8k" ]; 4 secrets.ageKeys = [ "age1dn4lzhgxusqrpjjnzm7w8ml39ptf326htuzmpqdqs2gg3wq7cqzqxuvx8k" ];
@@ -13,7 +13,7 @@
13 ./status_engine.nix 13 ./status_engine.nix
14 ]; 14 ];
15 15
16 nixpkgs.overlays = builtins.attrValues php.overlays; 16 nixpkgs.overlays = builtins.attrValues ports.overlays;
17 nixpkgs.config.permittedInsecurePackages = [ 17 nixpkgs.config.permittedInsecurePackages = [
18 "python-2.7.18.6" # for nagios-cli 18 "python-2.7.18.6" # for nagios-cli
19 ]; 19 ];