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