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

11 lines
158 B
Nix

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