aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/system/default.nix')
-rw-r--r--modules/hosts/system/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/hosts/system/default.nix b/modules/hosts/system/default.nix
deleted file mode 100644
index 93452a6..0000000
--- a/modules/hosts/system/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ ... }:
-
-{
- imports = [
- ./localisation.nix
- ./network.nix
- ./nix-options.nix
- ./users.nix
- ];
-}