From f27bfc6446b493a1edeff658de1f467a1a167c41 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 12 May 2025 22:19:10 -0500 Subject: hosts/ades/common: Add missing import of ./hardware.nix --- hosts/ades/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix index 1a32da0..3f6dc85 100644 --- a/hosts/ades/common.nix +++ b/hosts/ades/common.nix @@ -1,6 +1,10 @@ { lib, pkgs, ... }: { + imports = [ + ./hardware.nix + ]; + this.pc.enable = true; this.overlays.emacs.enable = lib.mkForce false; this.gui.enable = true; -- cgit v1.2.3