Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot

This commit is contained in:
Bun 2025-06-20 20:20:48 -04:00
parent 0ab856b18e
commit b3ba7481d8
107 changed files with 437 additions and 696 deletions

View file

@ -12,7 +12,6 @@
"${midas.config.deployment.targetHost}" = [ "midas" ];
"${kitty.config.deployment.targetHost}" = [ "kitty" ];
"${detritus.config.deployment.targetHost}" = [ "detritus" ];
"${elder.config.deployment.targetHost}" = [ "elder" ];
"${prophet.config.deployment.targetHost}" = [ "prophet" ];
};
}

View file

@ -2,8 +2,9 @@
{
fileSystems = let
common = {
fsType = "nfs4";
fsType = "nfs";
options = [
"noatime"
"noauto"
"soft"
"x-systemd.automount"
@ -22,10 +23,6 @@
device = "detritus:/storage";
mountPoint = "/network/Detritus";
};
"elder" = common // {
device = "elder:/storage";
mountPoint = "/network/Elder";
};
"prophet" = common // {
device = "prophet:/storage";
mountPoint = "/network/Prophet";