remove borg backup server from thinkpad
This commit is contained in:
parent
9105aa037f
commit
7d2d987f04
2 changed files with 0 additions and 24 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
../system-default.nix # Common NixOS system configuration
|
../system-default.nix # Common NixOS system configuration
|
||||||
../../../modules/wireguard.nix
|
../../../modules/wireguard.nix
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/borg-server.nix
|
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -284,17 +283,4 @@
|
||||||
showDiskUsage = true;
|
showDiskUsage = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Borg backup server configuration
|
|
||||||
services.borgbackup-server = {
|
|
||||||
enable = true;
|
|
||||||
dataDir = "/srv/borg";
|
|
||||||
users = {
|
|
||||||
borg = {
|
|
||||||
publicKeys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG26nw5vhvMl0FoFJbsLBb0mqziiSKS7tuK4IVcvWhKk yanlin@mba"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,16 +59,6 @@
|
||||||
identityFile = "~/.ssh/keys/hetzner";
|
identityFile = "~/.ssh/keys/hetzner";
|
||||||
};
|
};
|
||||||
|
|
||||||
"borg-backup" = {
|
|
||||||
hostname = "10.2.2.30";
|
|
||||||
user = "borg";
|
|
||||||
identityFile = "~/.ssh/keys/borg-backup";
|
|
||||||
proxyJump = "vps";
|
|
||||||
setEnv = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
"borg-box" = {
|
"borg-box" = {
|
||||||
hostname = "u501367.your-storagebox.de";
|
hostname = "u501367.your-storagebox.de";
|
||||||
user = "u501367";
|
user = "u501367";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue