Fix config bugs

This commit is contained in:
2024-10-09 15:33:06 +02:00
parent d5ca488864
commit 6894cd7539
4 changed files with 7 additions and 7 deletions

View File

@ -21,10 +21,10 @@
}:
let
cfg = config.modules.syncthing;
cfg = config.modules.keyring;
in
{
options.modules.syncthing = {
options.modules.keyring = {
enable = lib.mkOption { default = false; };
};

View File

@ -21,10 +21,10 @@
}:
let
cfg = config.modules.syncthing;
cfg = config.modules.polkit;
in
{
options.modules.syncthing = {
options.modules.polkit = {
enable = lib.mkOption { default = false; };
};

View File

@ -21,10 +21,10 @@
}:
let
cfg = config.modules.syncthing;
cfg = config.modules.xdg-portal;
in
{
options.modules.syncthing = {
options.modules.xdg-portal = {
enable = lib.mkOption { default = false; };
};