Compare commits
No commits in common. "135cd0642b706fb47b4b86e8727d28161b7018ae" and "2d4374899c54c0a080bba4e7ce4a6e54f0fb9053" have entirely different histories.
135cd0642b
...
2d4374899c
4 changed files with 0 additions and 44 deletions
|
|
@ -17,12 +17,6 @@
|
|||
devices = ["steamdeck" "server" "pc" "winmax2"];
|
||||
path = "~/.local/share/Steam/steamapps/common/Hatsune Miku Project DIVA Mega Mix Plus/mods/";
|
||||
};
|
||||
"project-eden-saves" = {
|
||||
label = "Project Eden saves";
|
||||
id = "xa3qx-3ax5k";
|
||||
devices = ["server" "pc" "winmax2" "steamdeck"];
|
||||
path = "~/.local/share/Steam/steamapps/compatdata/1761390/pfx/drive_c/users/steamuser/AppData/Roaming/EDEN/";
|
||||
};
|
||||
};
|
||||
home-manager.users.toast.home.file."steam-201810-ignore" = {
|
||||
target = ".local/share/Steam/steamapps/compatdata/201810/pfx/drive_c/users/steamuser/Saved Games/MachineGames/Wolfenstein The New Order/.stignore";
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
{...}: {
|
||||
services.changedetection-io = {
|
||||
enable = true;
|
||||
baseURL = "changedetection.everest.tailscale";
|
||||
behindProxy = true;
|
||||
playwrightSupport = true;
|
||||
};
|
||||
systemd.services.changedetection-io.serviceConfig.Environment = [
|
||||
"HIDE_REFERER=false"
|
||||
];
|
||||
|
||||
# Add a record for changedetection-io
|
||||
services.headscale.settings.dns.extra_records = [
|
||||
{
|
||||
name = "changedetection.everest.tailscale";
|
||||
type = "A";
|
||||
value = "100.100.0.1";
|
||||
}
|
||||
];
|
||||
|
||||
# Set up caddy as the reverse proxy for changedetection-io
|
||||
services.caddy.virtualHosts.changedetection-io = {
|
||||
hostName = "changedetection.everest.tailscale";
|
||||
extraConfig = ''
|
||||
import tailscale
|
||||
reverse_proxy localhost:5000 {
|
||||
header_up Referer {header.Referer}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
@ -16,6 +16,5 @@
|
|||
./rust_motd.nix
|
||||
./minecraft.nix
|
||||
./adguard.nix
|
||||
./changedetection-io.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,12 +38,6 @@
|
|||
devices = ["server" "pc" "winmax2" "imac"];
|
||||
path = "${config.services.syncthing.dataDir}/school-things";
|
||||
};
|
||||
"project-eden-saves" = {
|
||||
label = "Project Eden saves";
|
||||
id = "xa3qx-3ax5k";
|
||||
devices = ["server" "pc" "winmax2" "steamdeck"];
|
||||
path = "${config.services.syncthing.dataDir}/project-eden-saves";
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services.syncthing.serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue