summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2018-10-16 21:56:48 +0200
committerAlan Pearce2018-10-16 21:56:48 +0200
commit64afe906dc73e7cb6f88ab9d52dd1203d06eb5c8 (patch)
treefdd9f8e8c38f935cd23aeb90672d605831f4fccf /modules
parent38249638e6208c615a3ff8bc8e3b1d27c242a409 (diff)
downloadnixos-configuration-64afe906dc73e7cb6f88ab9d52dd1203d06eb5c8.tar.lz
nixos-configuration-64afe906dc73e7cb6f88ab9d52dd1203d06eb5c8.tar.zst
nixos-configuration-64afe906dc73e7cb6f88ab9d52dd1203d06eb5c8.zip
infrastructure: Remove ansible
Diffstat (limited to 'modules')
-rw-r--r--modules/programs/infrastructure.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/programs/infrastructure.nix b/modules/programs/infrastructure.nix
index b41816e..5e68bc8 100644
--- a/modules/programs/infrastructure.nix
+++ b/modules/programs/infrastructure.nix
@@ -1,7 +1,6 @@
 { config, pkgs, ... }:
 
 { environment.systemPackages = with pkgs; [
-    ansible
     hugo
 
     nixops