1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
nixos/machine/ellmauthaler/default.nix
Stefan Ellmauthaler dfd8e42907 updates to server config
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
2021-11-09 21:02:26 +01:00

8 lines
98 B
Nix

{ config, pkgs, ...}:
{
networking ={
hostName = "ellmauthaler";
domain = "net";
};
}