Update syncthing
This commit is contained in:
parent
e1859d21c9
commit
7e749c68a6
2 changed files with 3 additions and 4 deletions
nixos/hosts
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue