NixOS-Configs/hosts/nuwww/default.nix
2024-12-13 11:50:29 -06:00

4 lines
141 B
Nix

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