machine aresix: add ecryptfs (request by juan)
This commit is contained in:
parent
7606f9e051
commit
5793c9096a
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
users.users.juan = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFpkZoYCFS6jQyaLgRkG8WlOj8ybpwsJkCWTuKkGB5oA Juan Rey"
|
||||
];
|
||||
};
|
||||
|
||||
# Requested by juan
|
||||
environment.systemPackages = [pkgs.ecryptfs];
|
||||
programs.ecryptfs.enable = true;
|
||||
boot.kernelModules = ["ecryptfs"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue