Fix config bugs
This commit is contained in:
parent
d5ca488864
commit
6894cd7539
@ -21,10 +21,10 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.modules.syncthing;
|
cfg = config.modules.keyring;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.syncthing = {
|
options.modules.keyring = {
|
||||||
enable = lib.mkOption { default = false; };
|
enable = lib.mkOption { default = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.modules.syncthing;
|
cfg = config.modules.polkit;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.syncthing = {
|
options.modules.polkit = {
|
||||||
enable = lib.mkOption { default = false; };
|
enable = lib.mkOption { default = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.modules.syncthing;
|
cfg = config.modules.xdg-portal;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.syncthing = {
|
options.modules.xdg-portal = {
|
||||||
enable = lib.mkOption { default = false; };
|
enable = lib.mkOption { default = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
xserver-defaults.enable = true;
|
xserver-defaults.enable = true;
|
||||||
keymap.enable = true;
|
keymap.enable = true;
|
||||||
builder.enable = false;
|
builder.enable = false;
|
||||||
modules.system.boot-efi.enable = true;
|
system.boot-efi.enable = true;
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
||||||
locales.enable = true;
|
locales.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user