deploy: remove virtmsi

This commit is contained in:
Zynh Ludwig 2024-12-28 01:11:52 -08:00
parent aa87691fd4
commit 7bcabeda5d

View file

@ -48,16 +48,9 @@
let homeConfigPath = username: deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.${username};
in {
sshUser = "ravenshade";
nodes = {
virtmsi = {
hostname = "virtmsi";
profiles.home.path = homeConfigPath "ravenshade@permafrost";
fastConnection = true;
};
permafrost = {
hostname = "permafrost";
profiles.home.path = homeConfigPath "ravenshade@permafrost";
};
nodes.permafrost = {
hostname = "permafrost";
profiles.home.path = homeConfigPath "ravenshade@permafrost";
};
};