Rename borg module for client use
This commit is contained in:
parent
5a3a0db70d
commit
b18c5b4bec
4 changed files with 4 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ home-manager switch --flake github:Logan-Lin/nix-config#yanlin@thinkpad
|
||||||
│ ├── ghostty.nix # GPU-accelerated terminal emulator
|
│ ├── ghostty.nix # GPU-accelerated terminal emulator
|
||||||
│ ├── syncthing.nix # File synchronization service (includes package)
|
│ ├── syncthing.nix # File synchronization service (includes package)
|
||||||
│ ├── wireguard.nix # Hub-and-spoke VPN networking
|
│ ├── wireguard.nix # Hub-and-spoke VPN networking
|
||||||
│ ├── borg.nix # Borg backup system with automated scheduling
|
│ ├── borg-client.nix # Borg backup system with automated scheduling
|
||||||
│ ├── plasma.nix # KDE Plasma desktop environment configuration
|
│ ├── plasma.nix # KDE Plasma desktop environment configuration
|
||||||
│ └── homebrew.nix # Homebrew and nix-homebrew configuration
|
│ └── homebrew.nix # Homebrew and nix-homebrew configuration
|
||||||
├── config/ # Configuration files
|
├── config/ # Configuration files
|
||||||
|
|
@ -867,7 +867,7 @@ hms
|
||||||
|
|
||||||
## 📦 Automated Backups: Borg
|
## 📦 Automated Backups: Borg
|
||||||
|
|
||||||
**Configuration**: `modules/borg.nix`
|
**Configuration**: `modules/borg-client.nix`
|
||||||
**Purpose**: Deduplicating archiver with compression and encryption for automated backups
|
**Purpose**: Deduplicating archiver with compression and encryption for automated backups
|
||||||
|
|
||||||
### Key Features:
|
### Key Features:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/traefik.nix
|
../../../modules/traefik.nix
|
||||||
../../../modules/samba.nix
|
../../../modules/samba.nix
|
||||||
../../../modules/borg.nix
|
../../../modules/borg-client.nix
|
||||||
../../../modules/webdav.nix
|
../../../modules/webdav.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
../../../modules/wireguard.nix
|
../../../modules/wireguard.nix
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/traefik.nix
|
../../../modules/traefik.nix
|
||||||
../../../modules/borg.nix
|
../../../modules/borg-client.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# GRUB bootloader with UEFI support
|
# GRUB bootloader with UEFI support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue