Add distrobox
This commit is contained in:
parent
c65fc04c87
commit
664fd0b118
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue