NixOS-Configs/hosts/nuwww/default.nix
2024-03-03 22:13:09 -06:00

11 lines
157 B
Nix

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