deploy: remove virtmsi
This commit is contained in:
parent
aa87691fd4
commit
7bcabeda5d
1 changed files with 3 additions and 10 deletions
|
@ -48,18 +48,11 @@
|
||||||
let homeConfigPath = username: deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.${username};
|
let homeConfigPath = username: deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.${username};
|
||||||
in {
|
in {
|
||||||
sshUser = "ravenshade";
|
sshUser = "ravenshade";
|
||||||
nodes = {
|
nodes.permafrost = {
|
||||||
virtmsi = {
|
|
||||||
hostname = "virtmsi";
|
|
||||||
profiles.home.path = homeConfigPath "ravenshade@permafrost";
|
|
||||||
fastConnection = true;
|
|
||||||
};
|
|
||||||
permafrost = {
|
|
||||||
hostname = "permafrost";
|
hostname = "permafrost";
|
||||||
profiles.home.path = homeConfigPath "ravenshade@permafrost";
|
profiles.home.path = homeConfigPath "ravenshade@permafrost";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
overlays.default = import ./pkgs;
|
overlays.default = import ./pkgs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue