11 lines
157 B
Nix
11 lines
157 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[
|
|
./hardware-configuration.nix
|
|
../../server
|
|
../../home
|
|
];
|
|
networking.hostName = "nuwww";
|
|
}
|