temp turn off immich on thinkpad
This commit is contained in:
parent
ee24f2848b
commit
bfa4c50ce3
1 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./containers.nix
|
||||
# ./containers.nix
|
||||
../system-default.nix
|
||||
../../../modules/podman.nix
|
||||
../../../modules/tailscale.nix
|
||||
|
|
@ -71,6 +71,7 @@
|
|||
firewall.enable = false;
|
||||
};
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
# Power management for laptops
|
||||
powerManagement = {
|
||||
|
|
@ -190,11 +191,9 @@
|
|||
services.tailscale-custom.exitNode = true;
|
||||
|
||||
services.borg-client-custom = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
repositoryUrl = "ssh://borg-box/./thinkpad";
|
||||
backupPaths = [
|
||||
"/home/yanlin/immich/ext-library/"
|
||||
"/home/yanlin/immich/photo-library/library/admin/"
|
||||
"/home/yanlin/Archive"
|
||||
"/home/yanlin/Credentials"
|
||||
"/home/yanlin/Documents"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue