Matthieu Coudron
|
cf10d7aef8
|
services.openssh: support freeform settings (#193757)
* services.openssh: support freeform settings
Keep "extraConfig" but introduces "settings".
Also renames several options
(mkRenamedOptionModule [ "services" "openssh" "kbdInteractiveAuthentication" ] [ "services" "openssh" "settings" "KbdInteractiveAuthentication" ])
(mkRenamedOptionModule [ "services" "openssh" "passwordAuthentication" ] [ "services" "openssh" "settings" "PasswordAuthentication" ])
(mkRenamedOptionModule [ "services" "openssh" "useDns" ] [ "services" "openssh" "settings" "UseDns" ])
(mkRenamedOptionModule [ "services" "openssh" "permitRootLogin" ] [ "services" "openssh" "settings" "PermitRootLogin" ])
* updated doc
* regen doc
|
2023-01-15 16:32:46 +01:00 |
|
Graham Christensen
|
d99f301374
|
openstack-config: note the image metadata needed to boot a uefi image
|
2022-04-07 15:28:28 -04:00 |
|
Graham Christensen
|
d3aff5fa3c
|
openstack-config: make the expandOnBoot option default to all
|
2022-04-07 15:28:28 -04:00 |
|
Graham Christensen
|
0a086bf7bf
|
openstack-config: enable tty1
This appears to be the "default" console for openstack, but my evidence is experience on just one provider.
|
2022-04-07 15:28:28 -04:00 |
|
Graham Christensen
|
14304bfe40
|
openstack-config: setup serial access on ttyS0
|
2022-04-07 15:28:28 -04:00 |
|
Graham Christensen
|
e5a7d077c1
|
openstack-config: support a ZFS root with /boot perhaps coming from an ESP
|
2022-04-07 15:28:28 -04:00 |
|
Graham Christensen
|
21339b41bf
|
nixos: openstack: have its own metadata fetcher expression
These two APIs have diverged over time and are no longer compatible.
|
2020-11-18 11:42:32 -05:00 |
|
Antoine Eiche
|
f116d046f6
|
openstackImage: set the / fsType to reenable root FS resizing
Since 34234dcb51 , the reisizefs tool is
embeded only if the `fsType` starts with `ext`. The default `fsType`
value is `auto`.
|
2019-03-21 10:04:07 +01:00 |
|
Antoine Eiche
|
933da6de91
|
nixos: Add ec2-metadata-fetcher.nix file
To share the metadata fetcher script between ec2 and Openstack images.
|
2019-02-11 20:58:45 +01:00 |
|
Antoine Eiche
|
78acac050f
|
nixos/openstackImage: default hostname is empty string
This is to let the `ec2-data.nix` module sets the hostname from the
metadata API value.
|
2019-02-11 20:58:45 +01:00 |
|
Antoine Eiche
|
d190b204f0
|
Rename novaImage to openstackImage
People don't necessary know `nova` is related to Openstack (it is a
component of Openstack). So, it is more explicit to call it
`openstackImage`.
|
2019-02-11 20:58:44 +01:00 |
|