blob: 46ba3b2ccddb537274e87037fff2e66fec41eea4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
#
# SPDX-License-Identifier: MPL-2.0
{
imports = [ ./common.nix ];
# Use that when deploy scripts asks you for a hostname
networking.hostName = "bare-system";
}
|