NixOS-Configs/hosts/harper/default.nix
2026-05-20 08:04:16 -05:00

8 lines
199 B
Nix

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