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

  networking.hostName = "system1";
}