security: add pam configuration
This commit is contained in:
parent
f813eb37d3
commit
8c6b9f65c9
2 changed files with 21 additions and 3 deletions
|
@ -19,15 +19,14 @@
|
|||
system76-scheduler = {
|
||||
enable = true;
|
||||
};
|
||||
gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
environment.systemPackages = [pkgs.seahorse];
|
||||
|
||||
meta = {
|
||||
mainUser.gitSigningKey = "";
|
||||
};
|
||||
modules = {
|
||||
system = {
|
||||
isGraphical = true;
|
||||
impermanence.enable = true;
|
||||
boot = {
|
||||
systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue