From 57b55ce889cb96666d2348337d663daaf6d19326 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Feb 2022 19:14:23 -0800 Subject: fix a few errors --- flake.nix | 1 - hosts/carmel/default.nix | 1 + lib/default.nix | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index bd68281..b8952c9 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,6 @@ carmel = lib.mkSystem { hostname = "carmel"; system = "x86_64-linux"; - desktop = true; }; }; diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 19c88c0..00f370c 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -4,6 +4,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ../commons ../../modules/desktop ]; diff --git a/lib/default.nix b/lib/default.nix index 532a33b..094828a 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -11,7 +11,7 @@ inherit inputs system hostname; }; modules = [ - ../modules/system + ../modules/systems ../hosts/${hostname} { networking.hostName = hostname; -- cgit 1.4.1