6 lines
No EOL
86 B
Nix
6 lines
No EOL
86 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
environment.system.packages = with pkgs; [
|
|
nginx
|
|
];
|
|
} |