about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-03 17:19:11 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-03 17:19:11 +0200
commit17f255cd6be91dc8ed911c2b7e0d73f32f041913 (patch)
treea1baf8ec69efd5d95503d3640f5a54b360e871f3 /machines/default.nix
parentc5c225d89f30f7c6e7930ddc4890b79e832083d1 (diff)
machines/labtops: Rename config expression file
It doesn't list a single machine and the profile module also uses the
pluralized version, so let's pluralize the file name as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @Profpatsch
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/default.nix b/machines/default.nix
index bbe03087..2e4c51cc 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -13,7 +13,7 @@ with import ../lib;
     };
   };
   labnet = {
-    labtops = callNetwork ./labnet/labtop.nix {
+    labtops = callNetwork ./labnet/labtops.nix {
       vuizvui.user.openlab.labtops.enable = true;
     };
   };