mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 03:07:32 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
3be543990b
@ -1,8 +1,8 @@
|
||||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
let cfg = config.modules.services.syncthing;
|
||||
let cfg = config.modules.programs.syncthing;
|
||||
in {
|
||||
options.modules.services.syncthing = with lib; {
|
||||
options.modules.programs.syncthing = with lib; {
|
||||
enable = lib.mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user