home: permafrost host
This commit is contained in:
parent
623ed773c8
commit
43caad925c
2 changed files with 6 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
homeConfigurations = builders.compileHomes [
|
||||
{ user = "zynh"; hostname = "msiserver"; }
|
||||
{ user = "val"; hostname = "caveserver"; }
|
||||
{ user = "ravenshade"; hostname = "virtmsi"; }
|
||||
{ user = "ravenshade"; hostname = "permafrost"; }
|
||||
];
|
||||
|
||||
deploy =
|
||||
|
@ -51,9 +51,13 @@
|
|||
nodes = {
|
||||
virtmsi = {
|
||||
hostname = "virtmsi";
|
||||
profiles.home.path = homeConfigPath "ravenshade@virtmsi";
|
||||
profiles.home.path = homeConfigPath "ravenshade@permafrost";
|
||||
fastConnection = true;
|
||||
};
|
||||
permafrost = {
|
||||
hostname = "permafrost";
|
||||
profiles.home.path = homeConfigPath "ravenshade@permafrost";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue