NixOS-Configs/hosts/harper/default.nix
2026-05-06 17:52:02 -05:00

16 lines
235 B
Nix

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