summary refs log tree commit diff stats
path: root/modules/infrastructure.nix
diff options
context:
space:
mode:
authorAlan Pearce2017-09-13 15:57:39 +0200
committerAlan Pearce2017-09-13 15:57:39 +0200
commit3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67 (patch)
treeef0532759f60efbfdb71bfe30ba5f8273b54b021 /modules/infrastructure.nix
parent7db05c60364d3d6be69b243e0c43272b36e6ffa0 (diff)
parent38fce4627d3c2f8ba79049f571fd16bc5037d008 (diff)
downloadnixos-configuration-3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67.tar.lz
nixos-configuration-3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67.tar.zst
nixos-configuration-3cd6ae385ed8ac2efd7b63ab6bd698ea8efc0c67.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'modules/infrastructure.nix')
-rw-r--r--modules/infrastructure.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/infrastructure.nix b/modules/infrastructure.nix
new file mode 100644
index 0000000..b41816e
--- /dev/null
+++ b/modules/infrastructure.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{ environment.systemPackages = with pkgs; [
+    ansible
+    hugo
+
+    nixops
+  ];
+}