Make openstack servers be a server
All checks were successful
/ dev-shell (push) Successful in 26s
/ check (push) Successful in 3m26s
/ rust-packages (push) Successful in 31s
/ terraform-providers (push) Successful in 56s
/ systems (push) Successful in 3m31s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-15 08:25:43 +02:00
parent b0c972f5b3
commit b83cfce0af
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -1,8 +1,7 @@
{ ... }:
{
imports = [ ./nix-base.nix ];
imports = [ ./khs-server.nix ];
config.khscodes = {
openstack.enable = true;
services.openssh.enable = true;
};
}