hide duplicate mountpoints
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
This commit is contained in:
parent
5a3783628a
commit
2b04bb7668
1 changed files with 6 additions and 1 deletions
|
|
@ -250,7 +250,12 @@ in {
|
|||
type = "server-stats";
|
||||
servers = [{
|
||||
type = "local";
|
||||
# mountpoints."/nix/store".hide = true;
|
||||
mountpoints = {
|
||||
"/nix/store".hide = true;
|
||||
"/var/lib/cryptpad".hide = true;
|
||||
"/var/lib/vaultwarden".hide = true;
|
||||
"/var/lib/acme/proxy.satr14.my.id".hide = true;
|
||||
};
|
||||
}];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue