feat: works for custom dns entries as well
This commit is contained in:
parent
ab372deda0
commit
749aaf258e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy.nodes.some-random-system = {
|
deploy.nodes.some-random-system = {
|
||||||
hostname = "192.168.1.157";
|
hostname = "test01.home.brendan.ie";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.some-random-system;
|
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.some-random-system;
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
|
|
Loading…
Reference in a new issue