about summary refs log tree commit diff
path: root/machines/hp-compaq/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/hp-compaq/configuration.nix')
-rwxr-xr-xmachines/hp-compaq/configuration.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/machines/hp-compaq/configuration.nix b/machines/hp-compaq/configuration.nix
deleted file mode 100755
index cc61647..0000000
--- a/machines/hp-compaq/configuration.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-
-  imports = [
-	../base.nix
-	../pl.nix
-	../../modules/larbs.nix
-  ];
-
-  networking.hostName = "hp-compaq";
-
-  environment.systemPackages = with pkgs; [
-  ];
-}
-