Fix config bugs
This commit is contained in:
@ -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; };
|
||||
};
|
||||
|
||||
|
@ -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; };
|
||||
};
|
||||
|
||||
|
@ -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; };
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user