Compare commits
1 commit
a140b4d9ec
...
3da04e80ae
Author | SHA1 | Date | |
---|---|---|---|
|
3da04e80ae |
3 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,6 @@ config = mkIf cfg.enable {
|
|||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||
"/var/lib/${config.services.prometheus.stateDir}"
|
||||
];
|
||||
};
|
||||
environment.etc.machine-id.source = "${cfg.storagePath}/machine-id";
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{config, ...}:
|
||||
{
|
||||
imports = [ ];
|
||||
services.prometheus.exporters.node = {
|
||||
|
@ -33,4 +34,5 @@
|
|||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 9100 ];
|
||||
environment.persistence.${config.impermanence.name}.directories = [ "/var/lib/${config.services.prometheus.stateDir}" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue