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>
This commit is contained in:
7
hosts/openstack-template/default.nix
Normal file
7
hosts/openstack-template/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
../../system/packages.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user