move upstream back to nixos

This commit is contained in:
Grigory Shipunov 2023-03-22 21:45:06 +01:00
parent 3664a12519
commit 2d1dfe3195
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 23 additions and 23 deletions

View file

@ -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";
};
};
}