mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: make paperless and vaultwarden temporary backup dirs persistent to avoid running out of tmpfs space on backups
This commit is contained in:
parent
38a89b05a3
commit
d77fcaa826
4 changed files with 21 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
{config, ...}: {
|
||||
networking = {
|
||||
inherit (config.repo.secrets.local.networking) hostId;
|
||||
wireless.iwd.enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.systemd.network = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue