nixos/pam: improve documentation of ZFS module
This commit is contained in:
@@ -411,7 +411,7 @@ In addition to numerous new and upgraded packages, this release has the followin
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- New option `security.pam.zfs` to enable unlocking and mounting of ZFS home dataset at login.
|
- New option `security.pam.zfs` to enable unlocking and mounting of encrypted ZFS home dataset at login.
|
||||||
|
|
||||||
- `services.peertube` now requires you to specify the secret file `secrets.secretsFile`. It can be generated by running `openssl rand -hex 32`.
|
- `services.peertube` now requires you to specify the secret file `secrets.secretsFile`. It can be generated by running `openssl rand -hex 32`.
|
||||||
Before upgrading, read the release notes for PeerTube:
|
Before upgrading, read the release notes for PeerTube:
|
||||||
|
|||||||
@@ -451,7 +451,7 @@ let
|
|||||||
defaultText = literalExpression "config.security.pam.zfs.enable";
|
defaultText = literalExpression "config.security.pam.zfs.enable";
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Enable unlocking and mounting of ZFS home dataset at login.
|
Enable unlocking and mounting of encrypted ZFS home dataset at login.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1227,7 +1227,7 @@ in
|
|||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Enable unlocking and mounting of ZFS home dataset at login.
|
Enable unlocking and mounting of encrypted ZFS home dataset at login.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1236,7 +1236,7 @@ in
|
|||||||
default = "rpool/home";
|
default = "rpool/home";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Prefix of home datasets. This value will be contacenated with
|
Prefix of home datasets. This value will be concatenated with
|
||||||
`"/" + <username>` in order to determine the home dataset to unlock.
|
`"/" + <username>` in order to determine the home dataset to unlock.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user