all repos — archive/nixos-configuration @ 8b32d975e34295dd91d5e60a5485d6a3d02b1f3f

Superseded by nixfiles

modules/programs/infrastructure.nix (view raw)

1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    ansible
    hugo

    nixops
  ];
}