Move all nixos-modules to options.qois

This commit is contained in:
Fabian Hauser 2025-03-21 19:19:37 +02:00
parent 9088ef8a04
commit d49f58265f
10 changed files with 21 additions and 21 deletions

View file

@ -8,10 +8,10 @@
with lib;
let
cfg = config.services.qois.luks-ssh;
cfg = config.qois.luks-ssh;
in
{
options.services.qois.luks-ssh = {
options.qois.luks-ssh = {
enable = mkEnableOption "luks-ssh service";
interface = mkOption {