about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index bc3ac135..ad385001 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -4,7 +4,7 @@ with pkgs.lib;
 with import ../lib;
 
 {
-  require = singleton ../common.nix;
+  imports = singleton ../common-workstation.nix;
 
   nix.maxJobs = 8;