diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:50:39 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:50:39 -0800 |
commit | 62390ab4c323183c6c23f0e4bea6ea01908f6be5 (patch) | |
tree | b0d181abee1b6b647834080a27298b2533abaafc /hosts/carmel | |
parent | move configurations and modules around (diff) | |
download | world-62390ab4c323183c6c23f0e4bea6ea01908f6be5.tar.gz |
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`.
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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. |