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 = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./containers.nix
|
# ./containers.nix
|
||||||
../system-default.nix
|
../system-default.nix
|
||||||
../../../modules/podman.nix
|
../../../modules/podman.nix
|
||||||
../../../modules/tailscale.nix
|
../../../modules/tailscale.nix
|
||||||
|
|
@ -71,6 +71,7 @@
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
|
||||||
# Power management for laptops
|
# Power management for laptops
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
|
|
@ -190,11 +191,9 @@
|
||||||
services.tailscale-custom.exitNode = true;
|
services.tailscale-custom.exitNode = true;
|
||||||
|
|
||||||
services.borg-client-custom = {
|
services.borg-client-custom = {
|
||||||
enable = true;
|
enable = false;
|
||||||
repositoryUrl = "ssh://borg-box/./thinkpad";
|
repositoryUrl = "ssh://borg-box/./thinkpad";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/home/yanlin/immich/ext-library/"
|
|
||||||
"/home/yanlin/immich/photo-library/library/admin/"
|
|
||||||
"/home/yanlin/Archive"
|
"/home/yanlin/Archive"
|
||||||
"/home/yanlin/Credentials"
|
"/home/yanlin/Credentials"
|
||||||
"/home/yanlin/Documents"
|
"/home/yanlin/Documents"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue