aboutsummaryrefslogtreecommitdiffstats
path: root/systems/system1/configuration.nix
blob: c93017127ab4f812810464c4b5fa9f5be4e3650e (plain)
1
2
3
4
5
6
7
8
{
  imports = [
    <fysiweb/configs>
    <fysiweb/configs/hcloud>
  ];

  networking.hostName = "system1";
}