From 4f96cf5b2b26f2d5024ec76be3ffb8b9ef351e8c Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 8 Jan 2026 17:58:19 +0100 Subject: chore(system): remove old system modules --- modules/hosts/system/default.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 modules/hosts/system/default.nix (limited to 'modules/hosts/system/default.nix') 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 - ]; -} -- cgit v1.3.1