Reflect change back in repo to dotfiles from dotfiles-2.0 in terranix

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-22 10:02:39 +01:00
parent b78b4ce5be
commit 979c1f4578
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -139,7 +139,7 @@
flake_rev = self.rev or (lib'.warn "No flake revision available, do not deploy containers!" "");
flake_sha = self.narHash or (lib'.warn "No flake nar hash available, do not deploy containers!" "");
flake_ref = "master";
flake_host = "git+https://git.sr.ht/~magic_rb/dotfiles-2.0";
flake_host = "git+https://git.sr.ht/~magic_rb/dotfiles";
};
_module.args.config' = config;
}