mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +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
|
@ -10,7 +10,6 @@
|
|||
keyMap = "dvorak";
|
||||
};
|
||||
programs.git.enable = true;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# in case we need to rescue a zfs machine
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
|
|
@ -169,6 +169,8 @@
|
|||
killall
|
||||
zip
|
||||
unzip
|
||||
|
||||
virt-viewer # multi monitor for vms
|
||||
];
|
||||
programs.java.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue