From 83d93ea190d433012a1e385c2f565bb0161eb6de Mon Sep 17 00:00:00 2001 From: Xe Date: Mon, 31 Jan 2022 21:57:28 -0500 Subject: [PATCH] bumps Signed-off-by: Xe --- flake.lock | 24 ++++++++++++------------ hosts/chrysalis/default.nix | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 6dc4139..69b8798 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1642113498, - "narHash": "sha256-4tNIt2EGDppYQI06gsid0QKW5dtBEOAiNKfMYC8wxv8=", + "lastModified": 1643452512, + "narHash": "sha256-X+ZZhxzSSI0UyNVbVn3YH53Iiai0cUPZLq2ls751z4I=", "owner": "serokell", "repo": "deploy-rs", - "rev": "0ac333cdc03407538b5b19d60a8e7c64588490fb", + "rev": "3180b55ad44777edd90c08f9f9d4df74ec1549b9", "type": "github" }, "original": { @@ -74,11 +74,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1643151280, - "narHash": "sha256-sVlOWjDm+QU9vIjY+awfOwB5T/Sl8R+LkP9sNXhVCw4=", + "lastModified": 1643567433, + "narHash": "sha256-tyFgodcZRlt0ZshbgyLf4m/Sd/ys9p0AHfeVZQ50WKU=", "owner": "nix-community", "repo": "home-manager", - "rev": "990ca662c4b92636053ea399f5fb80702830522c", + "rev": "95d39e13a4a7a818c87f2701b59820d3ac0e674c", "type": "github" }, "original": { @@ -136,11 +136,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1643119265, - "narHash": "sha256-mmDEctIkHSWcC/HRpeaw6QOe+DbNOSzc0wsXAHOZWwo=", + "lastModified": 1643381941, + "narHash": "sha256-pHTwvnN4tTsEKkWlXQ8JMY423epos8wUOhthpwJjtpc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b05d2077ebe219f6a47825767f8bab5c6211d200", + "rev": "5efc8ca954272c4376ac929f4c5ffefcc20551d5", "type": "github" }, "original": { @@ -150,11 +150,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1643080866, - "narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", + "lastModified": 1643524588, + "narHash": "sha256-Qh5AazxdOQRORbGkkvpKoovDl6ej/4PhDabFsqnueqw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", + "rev": "efeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb", "type": "github" }, "original": { diff --git a/hosts/chrysalis/default.nix b/hosts/chrysalis/default.nix index 7cfcc81..3ae36fa 100644 --- a/hosts/chrysalis/default.nix +++ b/hosts/chrysalis/default.nix @@ -39,6 +39,7 @@ services.redis.servers.main = { enable = true; port = 6379; + bind = "0.0.0.0"; }; services.avahi = {