fix brain fart
This commit is contained in:
parent
11f0218afc
commit
db45fa3633
2 changed files with 3 additions and 4 deletions
|
@ -107,7 +107,6 @@
|
|||
./hosts/dishwasher
|
||||
./modules/basic-tools
|
||||
./modules/binary-caches.nix
|
||||
{ config._module.args = { flake = self; }; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ flake, ... }: {
|
||||
{ inputs, ... }: {
|
||||
microvm.vms = {
|
||||
nextcloud = {
|
||||
flake = flake;
|
||||
flake = inputs.self;
|
||||
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
|
||||
};
|
||||
music = {
|
||||
flake = flake;
|
||||
flake = inputs.self;
|
||||
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue