complete refactor of packages and options
This commit is contained in:
parent
16fb30026c
commit
a2f3b33514
12 changed files with 328 additions and 297 deletions
|
@ -64,12 +64,16 @@ in {
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../default.nix
|
||||
];
|
||||
virtualisation.libvirtd.hooks.qemu = {
|
||||
passthrough = "${passthrough}";
|
||||
};
|
||||
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
|
||||
networking.hostName = "malachite";
|
||||
|
||||
|
@ -77,5 +81,4 @@ in {
|
|||
|
||||
# Read the Docs before Changing
|
||||
system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue