mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-12-01 16:07:02 +03:00
11 lines
232 B
Nix
11 lines
232 B
Nix
# 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";
|
|
}
|