This commit is contained in:
2025-04-02 20:32:37 -04:00
parent 3a444bb515
commit db35f74857
5 changed files with 33 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
{ config, lib, namespace, ... }:
let
inherit (lib) mkIf mkOpt types;
inherit (lib.${namespace}) mkOpt;
inherit (lib) mkIf types;
cfg = config.${namespace}.system.disk;
in