format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ecryptfs
|
||||
@@ -6,5 +6,5 @@
|
||||
security.pam.enableEcryptfs = true;
|
||||
|
||||
programs.ecryptfs.enable = true;
|
||||
boot.kernelModules = ["ecryptfs"];
|
||||
boot.kernelModules = [ "ecryptfs" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user