deploy-rs/examples/system/bare.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";
}