From 2d1dfe3195af0f634727b4ce11ba760b046fcaf2 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 22 Mar 2023 21:45:06 +0100 Subject: move upstream back to nixos --- hosts/dishwasher/microvms.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/dishwasher') diff --git a/hosts/dishwasher/microvms.nix b/hosts/dishwasher/microvms.nix index e6ee65b..e395f10 100644 --- a/hosts/dishwasher/microvms.nix +++ b/hosts/dishwasher/microvms.nix @@ -2,11 +2,11 @@ microvm.vms = { nextcloud = { flake = inputs.self; - updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; + updateFlake = "github:oxapentane/nix-config/master"; }; music = { flake = inputs.self; - updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; + updateFlake = "github:oxapentane/nix-config/master"; }; }; } -- cgit v1.3.1