NixOS-Configs/hosts/www2/default.nix
2024-06-08 11:23:48 -05:00

11 lines
159 B
Nix

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