mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix incorrect flake host
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
8cd278f26a
commit
ca2f480255
|
@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
@ -4,6 +4,8 @@ let
|
|||
singleton;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
|
||||
services.hashicorp.vault-agent = {
|
||||
settings.template = singleton {
|
||||
source = pkgs.writeText "nomad.json.vtmpl" ''
|
||||
|
|
Loading…
Reference in a new issue