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

@ -7,6 +7,16 @@
options = [ options = [
"nofail" "nofail"
"nosuid" "nosuid"
"subvol=storage"
];
};
"/persist/home/${config.sysusers.main}/games" = {
device = "/dev/disk/by-uuid/d0d6783f-ad51-4d85-b8a9-3374f6460ef6";
fsType = "btrfs";
options = [
"nofail"
"nosuid"
"subvol=games"
]; ];
}; };

View file

@ -10,14 +10,14 @@
match = ''canonical host "*.nixfox.ca"''; match = ''canonical host "*.nixfox.ca"'';
user = config.home.username; user = config.home.username;
}; };
midas = entryAfter [ "nixfox" ] { midas = {
hostname = "sv.nixfox.ca"; hostname = "sv.nixfox.ca";
}; };
kitty = entryAfter [ "nixfox" ] { kitty = {
hostname = "sv.nixfox.ca"; hostname = "sv.nixfox.ca";
port = 2222; port = 2222;
}; };
prophet = entryAfter [ "nixfox" ] { prophet = {
hostname = "mx.nixfox.ca"; hostname = "mx.nixfox.ca";
}; };