mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: upgrade to newer stateVersion, set timezone to Amsterdam
This commit is contained in:
parent
769b739363
commit
890319f222
3 changed files with 16 additions and 12 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
security.rtkit.enable = true;
|
||||
security.sudo.enable = true;
|
||||
security.pam.services.swaylock = { };
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
sudo.enable = true;
|
||||
pam.services.swaylock = { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue