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