+1
-1
lib/types.nix
+1
-1
lib/types.nix
···-name = /* builtins.trace "types.optionSet is deprecated; use types.submodule instead" */ "option set";+name = builtins.trace "types.optionSet is deprecated; use types.submodule instead" "option set";
+30
-30
nixos/modules/config/users-groups.nix
+30
-30
nixos/modules/config/users-groups.nix
··················
+1
-2
nixos/modules/security/acme.nix
+1
-2
nixos/modules/security/acme.nix
···
+1
-2
nixos/modules/security/pam.nix
+1
-2
nixos/modules/security/pam.nix
+3
-6
nixos/modules/services/backup/bacula.nix
+3
-6
nixos/modules/services/backup/bacula.nix
·········
+2
-3
nixos/modules/services/hardware/sane_extra_backends/brscan4.nix
+2
-3
nixos/modules/services/hardware/sane_extra_backends/brscan4.nix
······
+35
-33
nixos/modules/services/logging/logcheck.nix
+35
-33
nixos/modules/services/logging/logcheck.nix
·········
+38
-40
nixos/modules/services/misc/rippled.nix
+38
-40
nixos/modules/services/misc/rippled.nix
············
+1
-2
nixos/modules/services/monitoring/smartd.nix
+1
-2
nixos/modules/services/monitoring/smartd.nix
···
+1
-2
nixos/modules/services/monitoring/ups.nix
+1
-2
nixos/modules/services/monitoring/ups.nix
+131
-129
nixos/modules/services/network-filesystems/tahoe.nix
+131
-129
nixos/modules/services/network-filesystems/tahoe.nix
···
+27
-28
nixos/modules/services/networking/i2pd.nix
+27
-28
nixos/modules/services/networking/i2pd.nix
···
+15
-15
nixos/modules/services/networking/nat.nix
+15
-15
nixos/modules/services/networking/nat.nix
···
+40
-38
nixos/modules/services/networking/openvpn.nix
+40
-38
nixos/modules/services/networking/openvpn.nix
···
+1
-2
nixos/modules/services/networking/prosody.nix
+1
-2
nixos/modules/services/networking/prosody.nix
······
+18
-17
nixos/modules/services/networking/ssh/sshd.nix
+18
-17
nixos/modules/services/networking/ssh/sshd.nix
······
+101
-102
nixos/modules/services/networking/supplicant.nix
+101
-102
nixos/modules/services/networking/supplicant.nix
···+The configuration options defined declaratively within <literal>networking.supplicant</literal> have···-The configuration options defined declaratively within <literal>networking.supplicant</literal> have
+79
-77
nixos/modules/services/networking/tinc.nix
+79
-77
nixos/modules/services/networking/tinc.nix
···-Change process root directory to the directory where the config file is located (/etc/tinc/netname/), for added security.-The chroot is performed after all the initialization is done, after writing pid files and opening network sockets.+Change process root directory to the directory where the config file is located (/etc/tinc/netname/), for added security.+The chroot is performed after all the initialization is done, after writing pid files and opening network sockets.-Note that tinc can't run scripts anymore (such as tinc-down or host-up), unless it is setup to be runnable inside chroot environment.+Note that tinc can't run scripts anymore (such as tinc-down or host-up), unless it is setup to be runnable inside chroot environment.
+55
-53
nixos/modules/services/networking/xinetd.nix
+55
-53
nixos/modules/services/networking/xinetd.nix
···
+1
-2
nixos/modules/services/web-servers/winstone.nix
+1
-2
nixos/modules/services/web-servers/winstone.nix
···
+1
-2
nixos/modules/services/web-servers/zope2.nix
+1
-2
nixos/modules/services/web-servers/zope2.nix
······
+39
-39
nixos/modules/system/boot/loader/grub/grub.nix
+39
-39
nixos/modules/system/boot/loader/grub/grub.nix
···
+136
-136
nixos/modules/system/boot/luksroot.nix
+136
-136
nixos/modules/system/boot/luksroot.nix
···-description = "How much the iteration count for PBKDF2 is increased at each successful authentication.";+description = "How much the iteration count for PBKDF2 is increased at each successful authentication.";-description = "Path where the ramfs used to update the LUKS key will be mounted during early boot.";+description = "Path where the ramfs used to update the LUKS key will be mounted during early boot.";
+8
-13
nixos/modules/system/boot/networkd.nix
+8
-13
nixos/modules/system/boot/networkd.nix
·········
+16
-26
nixos/modules/system/boot/systemd.nix
+16
-26
nixos/modules/system/boot/systemd.nix
······+type = with types; attrsOf (submodule [ { options = serviceOptions; } unitConfig serviceConfig ]);···+type = with types; listOf (submodule [ { options = automountOptions; } unitConfig automountConfig ]);···+type = with types; attrsOf (submodule [ { options = serviceOptions; } unitConfig serviceConfig ] );
+3
-3
nixos/modules/system/etc/etc.nix
+3
-3
nixos/modules/system/etc/etc.nix
·········
+252
-238
nixos/modules/tasks/network-interfaces.nix
+252
-238
nixos/modules/tasks/network-interfaces.nix
···············+Specify the controller targets. For the allowed options see <literal>man 8 ovs-vsctl</literal>.-Specify the controller targets. For the allowed options see <literal>man 8 ovs-vsctl</literal>.+Commands to manipulate the Open vSwitch database. Every line executed with <literal>ovs-vsctl</literal>.-Commands to manipulate the Open vSwitch database. Every line executed with <literal>ovs-vsctl</literal>.··················-description = "The name of the underlying hardware WLAN device as assigned by <literal>udev</literal>.";+description = "The name of the underlying hardware WLAN device as assigned by <literal>udev</literal>.";-<literal>ibss</literal>, <literal>monitor</literal>, <literal>mesh</literal> or <literal>wds</literal>.+<literal>ibss</literal>, <literal>monitor</literal>, <literal>mesh</literal> or <literal>wds</literal>.+description = "Whether to enable <literal>4-address mode</literal> with type <literal>managed</literal>.";-description = "Whether to enable <literal>4-address mode</literal> with type <literal>managed</literal>.";
+2
-4
nixos/modules/virtualisation/containers.nix
+2
-4
nixos/modules/virtualisation/containers.nix
······