node backup added

This commit is contained in:
2026-07-04 22:54:38 +03:00
parent d8300035cf
commit f2740e87a0
4 changed files with 103 additions and 2 deletions
+6
View File
@@ -7,8 +7,14 @@
../containers/3x-ui.nix
./nginx.nix
./samba.nix
./systemd.nix
# ./glances.nix
# ./netbird.nix
# ./xray.nix
];
systemd.tmpfiles.rules = [
"d /mnt 0755 root root -"
"d /mnt/services 0755 root root -"
"d /mnt/services/containers 0755 root root -"
];
}