Changes to Detritus

This commit is contained in:
Bun 2025-05-23 19:45:51 -04:00
parent 30a1103eab
commit fdc052c15a
2 changed files with 13 additions and 3 deletions

View file

@ -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";
};