about summary refs log tree commit diff
path: root/hosts/common/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/system/default.nix')
-rw-r--r--hosts/common/system/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix
deleted file mode 100644
index a4ef6cd..0000000
--- a/hosts/common/system/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs, ... }:
-
-{
-  imports = [ ./boot.nix ];
-}