NixOS-Configs/hosts/harper2/default.nix
2024-03-03 22:13:09 -06:00

11 lines
159 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
../../server
../../home
];
networking.hostName = "harper2";
}