mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
package cleanup
This commit is contained in:
parent
2fbee81297
commit
fbbb68ee06
5 changed files with 31 additions and 37 deletions
|
@ -1,5 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# nodejs 16 is EOL but bitwarden depends on it
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nodejs-16.20.0"
|
||||
];
|
||||
# fixes pam entries for swaylock
|
||||
security.pam.services.swaylock.text = ''
|
||||
# Account management.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue