Merge pull request #153445 from erdnaxe/prometheus_protecthome
nixos/prometheus-node-exporter: do not protect home
This commit is contained in:
commit
f8137a54eb
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ in
|
||||||
];
|
];
|
||||||
# The timex collector needs to access clock APIs
|
# The timex collector needs to access clock APIs
|
||||||
ProtectClock = any (collector: collector == "timex") cfg.disabledCollectors;
|
ProtectClock = any (collector: collector == "timex") cfg.disabledCollectors;
|
||||||
|
# Allow space monitoring under /home
|
||||||
|
ProtectHome = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue