Update syncthing
This commit is contained in:
parent
a5f5d6796e
commit
0b57804577
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue