mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-17 18:10:33 +01:00
swaylock (fuller version)
This commit is contained in:
parent
ca89ce1eb4
commit
28e04c6fa5
1 changed files with 6 additions and 2 deletions
|
|
@ -58,6 +58,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
|
|
@ -72,8 +78,6 @@
|
|||
options = "--delete-older-than 14d"; # Ajuste comme tu veux, tu peux utiliser +5 pour garder les 5 dernières, etc.
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue