about summary refs log tree commit diff
path: root/machines/hp-compaq/configuration.nix
blob: cc616472a1c0b02d89be5436634a4b8d3516148f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ config, pkgs, ... }:

{

  imports = [
	../base.nix
	../pl.nix
	../../modules/larbs.nix
  ];

  networking.hostName = "hp-compaq";

  environment.systemPackages = with pkgs; [
  ];
}