rename deployment address to target address
This is a prepares having a build server for deployment
This commit is contained in:
@@ -5,6 +5,7 @@ let
|
||||
directory = ../..;
|
||||
machines = {
|
||||
test_install_machine = {
|
||||
clan.networking.targetHost = "test_install_machine";
|
||||
imports = [ self.nixosModules.test_install_machine ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user