fix (2)
This commit is contained in:
parent
43f442f3b6
commit
9eaebcc4e0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosModules.gnome-autounlock-keyring = { config }:
|
nixosModules.default = { config }:
|
||||||
with lib;
|
with lib;
|
||||||
let cfg = config.services.gnome-autounlock-keyring;
|
let cfg = config.services.gnome-autounlock-keyring;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Add table
Reference in a new issue