diff --git a/nixos/hosts/framework13/default.nix b/nixos/hosts/framework13/default.nix index bd93bfdb..1e0be985 100644 --- a/nixos/hosts/framework13/default.nix +++ b/nixos/hosts/framework13/default.nix @@ -1,5 +1,6 @@ -{ inputs, config, lib, pkgs, modulesPath, hostname, ... }: { +{ inputs, config, lib, pkgs, modulesPath, hostname, username, ... }: { imports = [ + ( import ../../common/services/syncthing/pictures.nix { path = "/home/${username}/Pictures/RAW"; }) inputs.nixos-hardware.nixosModules.framework-13-7040-amd (modulesPath + "/installer/scan/not-detected.nix") ./disks.nix @@ -13,7 +14,6 @@ ../../common/services/forgejo-runner.nix ../../common/services/docker.nix ../../common/services/syncthing/default.nix - ../../common/services/syncthing/pictures.nix ]; hardware.bluetooth.enable = true; # enables support for Bluetooth