Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-01-31 21:57:28 -05:00
parent 1fe60a25e2
commit 83d93ea190
2 changed files with 13 additions and 12 deletions

View File

@ -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": {

View File

@ -39,6 +39,7 @@
services.redis.servers.main = {
enable = true;
port = 6379;
bind = "0.0.0.0";
};
services.avahi = {