about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2023-03-15 14:39:33 +0100
committeraszlig <aszlig@nix.build>2023-03-15 14:39:33 +0100
commit3437797721e3be9204deaf5d2264d8526dd8bc27 (patch)
tree5b499eee7e81561722606b94c00131df3dc3d201 /modules/core
parentc1d772ec004c83413af2eb790e3fe719ad61c622 (diff)
profiles/base: Fix deprecated option definitions
Essentially gets rid of these warnings:

 * The option `services.openssh.permitRootLogin' defined in `...' has
   been renamed to `services.openssh.settings.PermitRootLogin'.
 * The option `services.openssh.passwordAuthentication' defined in `...'
   has been renamed to
   `services.openssh.settings.PasswordAuthentication'.
 * The option `services.openssh.kbdInteractiveAuthentication' defined in
   `...' has been renamed to
   `services.openssh.settings.KbdInteractiveAuthentication'.
 * The option `nix.readOnlyStore' defined in `...' has been renamed to
   `boot.readOnlyNixStore'.

Evaluation leads to the same derivation path as before, so apart from
shutting up warnings this should not change any functionality.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/core')
0 files changed, 0 insertions, 0 deletions