summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike.vink@stater.nl>2023-04-22 00:45:27 +0200
committerMike Vink <mike.vink@stater.nl>2023-04-22 00:45:27 +0200
commit5f160e0c69958b70ef84663734a658d3165a523a (patch)
treec20e32334894607ee953186f1b915aced41a3fa7 /flake.nix
parent918357587182a16fe7dde77cb5bfc3db0598565b (diff)
add ansible flake template
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index d1bfcb0..810d56a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
+ }
};
};
}