Changes to Detritus
This commit is contained in:
parent
30a1103eab
commit
fdc052c15a
2 changed files with 13 additions and 3 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue