From 0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 23 Jun 2026 02:56:12 +0200 Subject: treewide: rename paths to jaki --- modules/nixos/sils/meta.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 modules/nixos/sils/meta.nix (limited to 'modules/nixos/sils/meta.nix') diff --git a/modules/nixos/sils/meta.nix b/modules/nixos/sils/meta.nix deleted file mode 100644 index 57ef081..0000000 --- a/modules/nixos/sils/meta.nix +++ /dev/null @@ -1,31 +0,0 @@ -{lib, ...}: let - nullable = type: lib.types.nullOr type; -in { - options.sils.meta = { - bootPart = lib.mkOption { - type = nullable lib.types.str; - default = null; - }; - bootstrapSystem = lib.mkEnableOption; - globalDataDir = lib.mkOption { - type = nullable lib.types.str; - default = null; - }; - hostname = lib.mkOption { - type = nullable lib.types.str; - default = null; - }; - mainDisk = lib.mkOption { - type = nullable lib.types.str; - default = null; - }; - rootPart = lib.mkOption { - type = nullable lib.types.str; - default = null; - }; - system = lib.mkOption { - type = nullable lib.types.str; - default = null; - }; - }; -} -- cgit v1.3.1