hide boot partition
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s

This commit is contained in:
Satria 2026-05-07 05:11:16 +07:00
commit eca24f7e07

View file

@ -251,6 +251,7 @@ in {
servers = [{ servers = [{
type = "local"; type = "local";
mountpoints = { mountpoints = {
"/boot".hide = true;
"/nix/store".hide = true; "/nix/store".hide = true;
"/var/lib/vaultwarden".hide = true; "/var/lib/vaultwarden".hide = true;
"/var/lib/private/cryptpad".hide = true; "/var/lib/private/cryptpad".hide = true;