declutter wget

This commit is contained in:
LavaDesu 2021-06-08 14:33:13 +07:00
parent dbb2927328
commit 739c874e74
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -28,4 +28,9 @@ in {
defaultApplications = mimes; defaultApplications = mimes;
}; };
}; };
# XXX: might need to be moved
xdg.configFile."wgetrc".text = ''
hsts-file = ${config.xdg.cacheHome}/wget-hsts
'';
} }