Add distrobox

This commit is contained in:
iFargle 2024-02-01 21:32:05 +09:00
parent c65fc04c87
commit 664fd0b118

View file

@ -9,9 +9,14 @@
../../common/modules/boot.nix ../../common/modules/boot.nix
../../common/modules/udev-rules.nix ../../common/modules/udev-rules.nix
../../common/modules/ssh-luks.nix ../../common/modules/ssh-luks.nix
../../common/services/podman.nix
# ../../common/services/tlp.nix # ../../common/services/tlp.nix
]; ];
environment.systemPackages = [
pkgs.distrobox
];
services.fwupd.enable = true; services.fwupd.enable = true;
# we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware # we need fwupd 1.9.7 to downgrade the fingerprint sensor firmware
services.fwupd.package = (import (builtins.fetchTarball { services.fwupd.package = (import (builtins.fetchTarball {