Enable home dir encryption with fscrypt
This commit is contained in:
parent
56a20fc1c8
commit
3cb5ddb64b
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Encrypt user's home with fscrypt
|
||||
security.pam.enableFscrypt = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue