summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2021-12-07 18:38:42 +0100
committerJanne Heß <janne@hess.ooo>2021-12-08 11:02:34 +0100
commit9cdda88bb513a97ab9aad553660f2be1c5da791d (patch)
treed9d0df4ce61614285e02c6aa57aaa1000fde13d8 /nixos/modules/hardware
parent5015aeab6fc233301e0dfb60fa9f2b263a55e97d (diff)
downloadnixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.tar
nixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.tar.gz
nixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.tar.bz2
nixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.tar.lz
nixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.tar.xz
nixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.tar.zst
nixpkgs-9cdda88bb513a97ab9aad553660f2be1c5da791d.zip
nixos/pcmcia: Type the last option
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/pcmcia.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/pcmcia.nix b/nixos/modules/hardware/pcmcia.nix
index d7d002ae6c8..aef35a28e54 100644
--- a/nixos/modules/hardware/pcmcia.nix
+++ b/nixos/modules/hardware/pcmcia.nix
@@ -35,6 +35,7 @@ in
 
       config = mkOption {
         default = null;
+        type = types.nullOr types.path;
         description = ''
           Path to the configuration file which maps the memory, IRQs
           and ports used by the PCMCIA hardware.