feat: works for custom dns entries as well

This commit is contained in:
silver 2023-01-12 22:10:27 +00:00
parent ab372deda0
commit 749aaf258e

View file

@ -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";