NixOS-Configs/hosts/harper2/default.nix
2025-08-07 07:48:32 -05:00

5 lines
179 B
Nix

{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ../../server ];
networking.hostName = "harper2";
variables.address = "100.72.0.4";
}