diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-04-22 00:45:27 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-04-22 00:45:27 +0200 |
| commit | 5f160e0c69958b70ef84663734a658d3165a523a (patch) | |
| tree | c20e32334894607ee953186f1b915aced41a3fa7 /flake.nix | |
| parent | 918357587182a16fe7dde77cb5bfc3db0598565b (diff) | |
add ansible flake template
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -57,9 +57,15 @@ }; }; - templates.default = { - path = ./templates/flake; - description = "nix flake new -t ~/flake"; + templates = { + default = { + path = ./templates/flake; + description = "Flake with python and go stuff"; + }; + ansible = { + path = ./templates/ansible; + description = "Flake with ansible and shellhook to login to awx"; + } }; }; } |
