Changes to Detritus
This commit is contained in:
parent
30a1103eab
commit
fdc052c15a
2 changed files with 13 additions and 3 deletions
|
@ -10,14 +10,14 @@
|
|||
match = ''canonical host "*.nixfox.ca"'';
|
||||
user = config.home.username;
|
||||
};
|
||||
midas = entryAfter [ "nixfox" ] {
|
||||
midas = {
|
||||
hostname = "sv.nixfox.ca";
|
||||
};
|
||||
kitty = entryAfter [ "nixfox" ] {
|
||||
kitty = {
|
||||
hostname = "sv.nixfox.ca";
|
||||
port = 2222;
|
||||
};
|
||||
prophet = entryAfter [ "nixfox" ] {
|
||||
prophet = {
|
||||
hostname = "mx.nixfox.ca";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue