summary refs log tree commit diff
path: root/modules/testing/test-instrumentation.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-08-23 10:25:27 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-08-23 10:25:27 -0400
commitb02c488fde15f05008e03dc935184e0ed353656e (patch)
treee8a3ee085825cdccadb82f5fe56c32905d393264 /modules/testing/test-instrumentation.nix
parentcce6e48edf97d919b472fd8fb3c29b1e885e3361 (diff)
downloadnixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.tar
nixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.tar.gz
nixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.tar.bz2
nixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.tar.lz
nixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.tar.xz
nixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.tar.zst
nixpkgs-b02c488fde15f05008e03dc935184e0ed353656e.zip
Automatically append ".service" to the name of service units
Diffstat (limited to 'modules/testing/test-instrumentation.nix')
-rw-r--r--modules/testing/test-instrumentation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix
index facfe29a4b0..efce3153c88 100644
--- a/modules/testing/test-instrumentation.nix
+++ b/modules/testing/test-instrumentation.nix
@@ -11,7 +11,7 @@ let kernel = config.boot.kernelPackages.kernel; in
 
   config = {
 
-    boot.systemd.services."backdoor.service" =
+    boot.systemd.services.backdoor =
       { wantedBy = [ "multi-user.target" ];
         requires = [ "dev-hvc0.device" ];
         after = [ "dev-hvc0.device" ];