Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sawyer committed Jul 24, 2024
1 parent 7b09935 commit 8b2b79e
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 82 deletions.
189 changes: 107 additions & 82 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions modules/minikube/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{ pkgs
# , listenerURL ? "https://127.0.0.1:6443"
, ...
}:

with pkgs;
{
environment.systemPackages = [ minikube ];
# services.k3s = {
# enable = true;
# package = k3s;
# serverAddr = listenerURL;
# extraFlags = ''
# --write-kubeconfig-mode 644
# '';
# };
}

0 comments on commit 8b2b79e

Please sign in to comment.