feat(backups): backups work

This commit is contained in:
strix 2026-08-28 00:46:08 +02:00
parent 12251ef703
commit bd964bad48
6 changed files with 83 additions and 6 deletions

View file

@ -1,5 +1,8 @@
{ ... }:
{
imports = [
./firewall.nix
];
networking.networkmanager.enable = true;
networking.firewall.enable = true;
}