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

8 lines
162 B
Nix

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