summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd-unit-options.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-12 18:35:50 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-12 18:52:11 +0100
commit207c881df9a8786323516908ca21885aa7f6138a (patch)
tree89ef0bce6b36d10a7691d28b85ce36982cae9702 /nixos/modules/system/boot/systemd-unit-options.nix
parentd4122456016accdc2137c383bf7b40e6c016dd19 (diff)
downloadnixpkgs-207c881df9a8786323516908ca21885aa7f6138a.tar
nixpkgs-207c881df9a8786323516908ca21885aa7f6138a.tar.gz
nixpkgs-207c881df9a8786323516908ca21885aa7f6138a.tar.bz2
nixpkgs-207c881df9a8786323516908ca21885aa7f6138a.tar.lz
nixpkgs-207c881df9a8786323516908ca21885aa7f6138a.tar.xz
nixpkgs-207c881df9a8786323516908ca21885aa7f6138a.tar.zst
nixpkgs-207c881df9a8786323516908ca21885aa7f6138a.zip
Don't include superfluous lines in generated units
Diffstat (limited to 'nixos/modules/system/boot/systemd-unit-options.nix')
-rw-r--r--nixos/modules/system/boot/systemd-unit-options.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd-unit-options.nix b/nixos/modules/system/boot/systemd-unit-options.nix
index 4163696c53d..113990814ef 100644
--- a/nixos/modules/system/boot/systemd-unit-options.nix
+++ b/nixos/modules/system/boot/systemd-unit-options.nix
@@ -141,6 +141,7 @@ in rec {
 
     restartTriggers = mkOption {
       default = [];
+      type = types.listOf types.unspecified;
       description = ''
         An arbitrary list of items such as derivations.  If any item
         in the list changes between reconfigurations, the service will