Update syncthing

This commit is contained in:
albert 2025-02-24 13:05:50 -08:00
parent e1859d21c9
commit 7e749c68a6
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 4 deletions
nixos/hosts
nixos-desktop
nuc-server

View file

@ -1,7 +1,5 @@
{ username, inputs, config, lib, pkgs, system, ... }: {
{ inputs, config, lib, pkgs, system, ... }: {
imports = [
(import ../../common/services/syncthing/photos.nix { path = "/home/${username}/Pictures/RAW/"; })
./disks.nix
../../common/modules/secureboot.nix
# ../../common/modules/yubikey-auth.nix
# ../../common/modules/boot.nix
@ -13,6 +11,7 @@
../../common/services/geoclue.nix
../../common/services/syncthing/default.nix
../../common/services/syncthing/pictures.nix
./disks.nix
];
services.ollama.acceleration = "cuda";

View file

@ -6,7 +6,7 @@ let
in {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
( import ./../common/services/syncthing/photos.nix { path = "/Storage/Media/Pictures/RAW"; })
( import ./../common/services/syncthing/pictures.nix { path = "/Storage/Media/Pictures/RAW"; })
../../common/services/tailscale-autoconnect.nix
../../common/modules/secureboot.nix
../../common/modules/ssh-luks.nix