Files
nixos-servers/hosts/openstack-template/default.nix
Torjus Håkestad 7ffe2d71d6 openstack-template: add minimal NixOS image for OpenStack
Adds a new host configuration for building qcow2 images targeting
OpenStack (NREC). Uses a nixos user with SSH key and sudo instead
of root login, firewall enabled, and no internal services.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 13:56:55 +01:00

8 lines
86 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../system/packages.nix
];
}