mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
don't enable fwupd in the iso
This commit is contained in:
parent
29c53ffa92
commit
e04491f9dd
6 changed files with 13 additions and 16 deletions
|
@ -1,9 +1,5 @@
|
|||
{ 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.
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
gomuks # alternative matrix client
|
||||
|
||||
# games
|
||||
# prismlauncher # minecraft, but it actually works # not anymore lol
|
||||
prismlauncher # minecraft, but it actually works # not anymore lol
|
||||
superTuxKart
|
||||
|
||||
# yubikey and password stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue