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