ingress/configuration.nix
Tine 274fd90d2c
feat: initial commit
Having problems with how to upload raw disk image to proxmox using terraform.
2024-08-20 21:03:23 +02:00

13 lines
138 B
Nix

{
inputs,
lib,
config,
pkgs,
...
} : {
system.stateVersion = "23.11";
environment.systemPackages = [
pkgs.nginx
];
}