flake update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2023-05-08 09:24:13 +02:00
parent 086b53e3ba
commit 71fe80587a
2 changed files with 21 additions and 9 deletions

View file

@ -502,11 +502,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683459775, "lastModified": 1683496796,
"narHash": "sha256-Ab1pIKOj7XRZbJAv4g9937ElhaZF7Pob3hqGTDKt5w8=", "narHash": "sha256-MgC6q2tEFM0uPB/kt+MYQSrnuLnTTvIFziZSDJCloQ4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6fc82e56971523acfe1a61dbcb20f4bb969b3990", "rev": "78ceec68f29ed56d6118617e9f0f588bf164067f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -815,11 +815,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1683475240, "lastModified": 1683526594,
"narHash": "sha256-sy6MYoCaIZsOenYplbzVXI4Ce9Bp/vIOpuFa97+a6wc=", "narHash": "sha256-HYpnC6W6hz9zQvzZohdeS8PMJaNbkBmW7WWq/Km4qPk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e040aab15638aaf8d0786894851a2b1ca09a7baf", "rev": "8fb30e1471ed7c83f9e1a59c5b6c3c973cb885b1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -946,11 +946,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1683470760, "lastModified": 1683525515,
"narHash": "sha256-Xe5L52haU8nTz6f2pM4j/J0YaWfaeZX9mtNSy7UQGUc=", "narHash": "sha256-/dSuEg0DGn4SBMjFUMmmOHmC5kXg5d3rzgQBXeWJemg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1836bc3c9f7f033a6abfbf6ac3dd36ee875f85ae", "rev": "1d6de516208e1ac37fe948bb3e63ba3278fd9bf9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -32,4 +32,16 @@ in {
listenAddress = ":${toString listenPort}"; listenAddress = ":${toString listenPort}";
consoleAddress = ":${toString consolePort}"; consoleAddress = ":${toString consolePort}";
}; };
# services.garage = {
# enable = true;
# replication_mode = "1";
# package = pkgs.garage_0_8;
# settings = {
# s3_api = {
# api_bind_addr = "0.0.0.0:3900";
# s3_region = "olympus";
# };
# };
# };
} }