From 22e73188f4e839851fae55ff4d6001c63fda6a4d Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 7 May 2024 19:29:25 +0200 Subject: [PATCH] feat: deploy server from kitchen/rice not chef/rice --- hosts/ami/upgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/upgrade.nix b/hosts/ami/upgrade.nix index 09b6515..d87212e 100644 --- a/hosts/ami/upgrade.nix +++ b/hosts/ami/upgrade.nix @@ -1,7 +1,7 @@ _: { system.autoUpgrade = { enable = true; - flake = "https://buffets.kitchen/chef/rice/archive/main.tar.gz#ami"; + flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami"; flags = ["--option" "tarball-ttl" "0"]; dates = "minutely";