diff options
| author | Grigory Shipunov | 2023-02-11 17:36:34 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-02-11 17:36:34 +0100 |
| commit | e5cacc3bc83d70fb3b7048656eb8389bfcb5aa43 (patch) | |
| tree | cd5fb33a950570259f2c0a79f7e5d8a84b9ad26f | |
| parent | bf6b3aec1506dc314d3428dc03998165bce8bd09 (diff) | |
now hosted on sr.ht by default
| -rw-r--r-- | hosts/dishwasher/microvms.nix | 4 |
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"; }; }; } |
