mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
moved some useful options used by niri
This commit is contained in:
parent
fdee7b7cf3
commit
64a306d83c
2 changed files with 2 additions and 0 deletions
|
@ -36,7 +36,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.displayManager.gdm.enable = true;
|
services.displayManager.gdm.enable = true;
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
|
security.pam.services.swaylock = { };
|
||||||
security.pam.loginLimits = [
|
security.pam.loginLimits = [
|
||||||
{
|
{
|
||||||
domain = "@users";
|
domain = "@users";
|
||||||
|
|
0
shared/zsh.nix
Normal file
0
shared/zsh.nix
Normal file
Loading…
Add table
Add a link
Reference in a new issue