Compare commits
2 commits
7606f9e051
...
c3c618a98b
Author | SHA1 | Date | |
---|---|---|---|
c3c618a98b | |||
5793c9096a |
2 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
|||
# This file was automatically generated!
|
||||
# CHANGING this configuration requires wiping and reinstalling the machine
|
||||
{
|
||||
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
boot.loader.grub.enable = true;
|
||||
|
|
|
@ -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