parent
5114131c84
commit
cec1dd27d1
2 changed files with 4 additions and 2 deletions
configurations
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
purePkgs ? pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
@ -102,7 +103,7 @@
|
|||
};
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
(purePkgs)
|
||||
qemu
|
||||
virtiofsd
|
||||
;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
purePkgs ? pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
@ -99,7 +100,7 @@
|
|||
};
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
(purePkgs)
|
||||
qemu
|
||||
powertop
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue