1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
nixos/machine/nucturne/default.nix
Stefan Ellmauthaler 59f8e9f21a default config for multi-machine added
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
2021-10-08 10:54:39 +02:00

4 lines
83 B
Nix

{ config, pkgs, ...}:
{
networking.hostName = "nucturne"; # define the hostname
}