alpine: tweaks and fixes

This commit is contained in:
Tristan 2025-05-23 18:32:59 +01:00
parent 0e2eef3ee0
commit ae83324d9b
6 changed files with 70 additions and 7 deletions

View file

@ -61,8 +61,8 @@ in {
options = [
"minfreespace=50G"
"fsname=mergerfs"
"category.create=mfs"
"dropcacheonclose=true"
"cache.readdir=true"
"func.readdir=cosr"
];
};
@ -154,7 +154,7 @@ in {
enable = true;
protocol = "namecheap";
usev4 = "webv4, webv4=ipify-ipv4";
usev6 = "";
usev6 = "webv6, webv6=ipify-ipv6";
username = "tristans.cloud";
passwordFile = config.sops.secrets."namecheap".path;
domains = ["@" "*"];
@ -170,4 +170,7 @@ in {
systemd.services.NetworkManager-wait-online.enable = false;
# not enough memory
boot.tmp.useTmpfs = false;
}