about summary refs log tree commit diff
path: root/hosts/carmel
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 18:13:41 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 18:13:41 -0800
commitcb788261448f0cc1aff6bf6505f5b6bcd7a17531 (patch)
tree5faa1b442d33ffaefaf3654843f0408c9bfb7210 /hosts/carmel
parenthome-manager: split the configuration (diff)
downloadworld-cb788261448f0cc1aff6bf6505f5b6bcd7a17531.tar.gz
nix: fix a bunch of stuff
Diffstat (limited to '')
-rw-r--r--hosts/carmel/default.nix (renamed from hosts/carmel/configuration.nix)1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/default.nix
index d009831..19c88c0 100644
--- a/hosts/carmel/configuration.nix
+++ b/hosts/carmel/default.nix
@@ -4,7 +4,6 @@
   imports =
     [ # Include the results of the hardware scan.
       ./hardware-configuration.nix
-      ../../modules/systems
       ../../modules/desktop
     ];