diff --git a/flake.lock b/flake.lock index a09ec74..a5533fb 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1736370755, - "narHash": "sha256-iWcjToBpx4PUd74uqvIGAfqqVfyrvRLRauC/SxEKIF0=", + "lastModified": 1736631212, + "narHash": "sha256-mG9lRZBcPiAGiVJ9B97BJoIGQcSBWIVlBiN30QYCtG0=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "57733bd1dc81900e13438e5b4439239f1b29db0e", + "rev": "6ace2f2d12bdf74235d5cbf9fbd34a71c9716685", "type": "github" }, "original": { @@ -137,11 +137,11 @@ ] }, "locked": { - "lastModified": 1736366465, - "narHash": "sha256-Fo68EF6p/N9GJyHiAUbXtiE7IJlb3IMjK86LuxFMsRU=", + "lastModified": 1736508663, + "narHash": "sha256-ZOaGwa+WnB7Zn3YXimqjmIugAnHePdXCmNu+AHkq808=", "owner": "nix-community", "repo": "home-manager", - "rev": "7e00856596891850ba5ad4c5ecd2ed74468c08c5", + "rev": "2532b500c3ed2b8940e831039dcec5a5ea093afc", "type": "github" }, "original": { @@ -222,11 +222,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736241350, - "narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=", + "lastModified": 1736657626, + "narHash": "sha256-FWlPMUzp0lkQBdhKlPqtQdqmp+/C+1MBiEytaYfrCTY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f", + "rev": "2f9e2f85cb14a46410a1399aa9ea7ecf433e422e", "type": "github" }, "original": { @@ -442,11 +442,11 @@ ] }, "locked": { - "lastModified": 1736203741, - "narHash": "sha256-eSjkBwBdQk+TZWFlLbclF2rAh4JxbGg8az4w/Lfe7f4=", + "lastModified": 1736515725, + "narHash": "sha256-4P99yL8vGehwzytkpP87eklBePt6aqeEC5JFsIzhfUs=", "owner": "Mic92", "repo": "sops-nix", - "rev": "c9c88f08e3ee495e888b8d7c8624a0b2519cb773", + "rev": "f214c1b76c347a4e9c8fb68c73d4293a6820d125", "type": "github" }, "original": { diff --git a/nix/hosts.nix b/nix/hosts.nix index 39fc625..147a13f 100644 --- a/nix/hosts.nix +++ b/nix/hosts.nix @@ -37,13 +37,13 @@ }; epicurus = { type = "darwin"; - address = "100.66.26.116"; + address = "100.75.26.104"; system = "aarch64-darwin"; sshUser = "walkah"; }; heraclitus = { type = "darwin"; - address = "100.107.57.128"; + address = "100.72.149.31"; system = "aarch64-darwin"; }; } diff --git a/nix/hosts/epicurus/homebrew.nix b/nix/hosts/epicurus/homebrew.nix index 8f89f41..f4cc846 100644 --- a/nix/hosts/epicurus/homebrew.nix +++ b/nix/hosts/epicurus/homebrew.nix @@ -23,10 +23,10 @@ _: "plex-media-server" "stats" "synology-drive" + "tailscale" ]; masApps = { - Tailscale = 1475387142; Xcode = 497799835; }; }; diff --git a/nix/modules/code-server/nginx.nix b/nix/modules/code-server/nginx.nix index a5860ca..795f11d 100644 --- a/nix/modules/code-server/nginx.nix +++ b/nix/modules/code-server/nginx.nix @@ -8,7 +8,7 @@ _: forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://100.66.26.116:8080"; + proxyPass = "http://100.75.26.104:8080"; proxyWebsockets = true; }; }; diff --git a/nix/modules/coredns/walkah.lab.zone b/nix/modules/coredns/walkah.lab.zone index d5d36c3..013c9b7 100644 --- a/nix/modules/coredns/walkah.lab.zone +++ b/nix/modules/coredns/walkah.lab.zone @@ -16,4 +16,4 @@ matter IN A 100.95.77.67 purpose IN A 100.117.49.15 parthenon IN A 100.106.65.39 -epicurus IN A 100.66.26.116 +epicurus IN A 100.75.26.104