Renamed linode and hardware

This commit is contained in:
Serĉanto de Scio 2019-11-27 09:51:02 +10:00
parent 7076587c41
commit 5a41b1a83d
Signed by: sercanto
GPG key ID: A4122FF3971B6865
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
network = {
description = "Linode servers";
description = "Linode nodes";
enableRollback = true;
};
@ -12,7 +12,7 @@
{
imports =
[
../Hardware/linode_vm.nix
../hardware/linode_vm.nix
../roles/host_common.nix
../roles/server_common.nix
];