📦 epicurus: standalone tailscale / update IP

This commit is contained in:
James Walker 2025-01-12 17:20:30 -05:00
parent c2ffa8c929
commit 4b0c646ef3
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI
5 changed files with 17 additions and 17 deletions

24
flake.lock generated
View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736370755, "lastModified": 1736631212,
"narHash": "sha256-iWcjToBpx4PUd74uqvIGAfqqVfyrvRLRauC/SxEKIF0=", "narHash": "sha256-mG9lRZBcPiAGiVJ9B97BJoIGQcSBWIVlBiN30QYCtG0=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "57733bd1dc81900e13438e5b4439239f1b29db0e", "rev": "6ace2f2d12bdf74235d5cbf9fbd34a71c9716685",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -137,11 +137,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736366465, "lastModified": 1736508663,
"narHash": "sha256-Fo68EF6p/N9GJyHiAUbXtiE7IJlb3IMjK86LuxFMsRU=", "narHash": "sha256-ZOaGwa+WnB7Zn3YXimqjmIugAnHePdXCmNu+AHkq808=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7e00856596891850ba5ad4c5ecd2ed74468c08c5", "rev": "2532b500c3ed2b8940e831039dcec5a5ea093afc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -222,11 +222,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1736241350, "lastModified": 1736657626,
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=", "narHash": "sha256-FWlPMUzp0lkQBdhKlPqtQdqmp+/C+1MBiEytaYfrCTY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f", "rev": "2f9e2f85cb14a46410a1399aa9ea7ecf433e422e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -442,11 +442,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736203741, "lastModified": 1736515725,
"narHash": "sha256-eSjkBwBdQk+TZWFlLbclF2rAh4JxbGg8az4w/Lfe7f4=", "narHash": "sha256-4P99yL8vGehwzytkpP87eklBePt6aqeEC5JFsIzhfUs=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "c9c88f08e3ee495e888b8d7c8624a0b2519cb773", "rev": "f214c1b76c347a4e9c8fb68c73d4293a6820d125",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -37,13 +37,13 @@
}; };
epicurus = { epicurus = {
type = "darwin"; type = "darwin";
address = "100.66.26.116"; address = "100.75.26.104";
system = "aarch64-darwin"; system = "aarch64-darwin";
sshUser = "walkah"; sshUser = "walkah";
}; };
heraclitus = { heraclitus = {
type = "darwin"; type = "darwin";
address = "100.107.57.128"; address = "100.72.149.31";
system = "aarch64-darwin"; system = "aarch64-darwin";
}; };
} }

View File

@ -23,10 +23,10 @@ _:
"plex-media-server" "plex-media-server"
"stats" "stats"
"synology-drive" "synology-drive"
"tailscale"
]; ];
masApps = { masApps = {
Tailscale = 1475387142;
Xcode = 497799835; Xcode = 497799835;
}; };
}; };

View File

@ -8,7 +8,7 @@ _:
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://100.66.26.116:8080"; proxyPass = "http://100.75.26.104:8080";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };

View File

@ -16,4 +16,4 @@ matter IN A 100.95.77.67
purpose IN A 100.117.49.15 purpose IN A 100.117.49.15
parthenon IN A 100.106.65.39 parthenon IN A 100.106.65.39
epicurus IN A 100.66.26.116 epicurus IN A 100.75.26.104