deploy: remove virtmsi
This commit is contained in:
parent
aa87691fd4
commit
7bcabeda5d
1 changed files with 3 additions and 10 deletions
13
flake.nix
13
flake.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue