From e5cacc3bc83d70fb3b7048656eb8389bfcb5aa43 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 11 Feb 2023 17:36:34 +0100 Subject: [PATCH] now hosted on sr.ht by default --- hosts/dishwasher/microvms.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/dishwasher/microvms.nix b/hosts/dishwasher/microvms.nix index 224de3c..012f5c2 100644 --- a/hosts/dishwasher/microvms.nix +++ b/hosts/dishwasher/microvms.nix @@ -2,11 +2,11 @@ microvm.vms = { nextcloud = { flake = flake; - updateFlake = "github:oxapentane/nix-config/master"; + updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; }; music = { flake = flake; - updateFlake = "github:oxapentane/nix-config/master"; + updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; }; }; }