mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
use nixOS on libvirt
This commit is contained in:
parent
4e456383ba
commit
6b7c6d529d
6 changed files with 89 additions and 12 deletions
13
nixcfgs/modules/nixos/host-machine.nix
Normal file
13
nixcfgs/modules/nixos/host-machine.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pciutils
|
||||
usbutils
|
||||
smartmontools
|
||||
v4l-utils
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue