From 62390ab4c323183c6c23f0e4bea6ea01908f6be5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:50:39 -0800 Subject: hosts: import common modules Update the `mkSystem` function to include the proper common module, and fix the path to import the common configuration for a desktop into `carmel`. --- hosts/carmel/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/carmel') diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index dcc1c7a..9abd61a 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -4,8 +4,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../commons - ../../modules/desktop + ../common/desktop ]; # Use the systemd-boot EFI boot loader. -- cgit 1.4.1