summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2023-02-11 17:36:34 +0100
committerGrigory Shipunov2023-02-11 17:36:34 +0100
commite5cacc3bc83d70fb3b7048656eb8389bfcb5aa43 (patch)
treecd5fb33a950570259f2c0a79f7e5d8a84b9ad26f
parentbf6b3aec1506dc314d3428dc03998165bce8bd09 (diff)
now hosted on sr.ht by default
-rw-r--r--hosts/dishwasher/microvms.nix4
1 files 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";
};
};
}