Fix incorrect flake host

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-19 00:53:38 +02:00
parent 8cd278f26a
commit ca2f480255
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 3 additions and 1 deletions

View file

@ -113,7 +113,7 @@
flake_rev = self.rev;
flake_sha = self.narHash;
flake_ref = "master";
flake_host = "git+https://git.sr.ht/~magic_rb/cluster";
flake_host = "git+https://git.sr.ht/~magic_rb/dotfiles-2.0";
};
}
];

View file

@ -4,6 +4,8 @@ let
singleton;
in
{
environment.systemPackages = [ pkgs.git ];
services.hashicorp.vault-agent = {
settings.template = singleton {
source = pkgs.writeText "nomad.json.vtmpl" ''