all repos — nixfiles @ 67a97cece0f462b149514a341fb6facf3abad815

System and user configuration, managed by nix and home-manager

Add infrastructure module

Alan Pearce
commit

67a97cece0f462b149514a341fb6facf3abad815

parent

37fff5a466ab7e2084b1a89a62602435516d51e8

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
A modules/infrastructure.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }: + +{ environment.systemPackages = with pkgs; [ + ansible + hugo + + nixops + ]; +}