tv CAC: RIP
This commit is contained in:
parent
07880447af
commit
52fcfb00fd
@ -1,8 +0,0 @@
|
|||||||
_:
|
|
||||||
{
|
|
||||||
imports = [ ./CAC.nix ];
|
|
||||||
nix = {
|
|
||||||
buildCores = 1;
|
|
||||||
maxJobs = 1;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
_:
|
|
||||||
{
|
|
||||||
imports = [ ./CAC.nix ];
|
|
||||||
nix = {
|
|
||||||
buildCores = 2;
|
|
||||||
maxJobs = 2;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
_:
|
|
||||||
{
|
|
||||||
boot.initrd.availableKernelModules = [
|
|
||||||
"ata_piix"
|
|
||||||
"vmw_pvscsi"
|
|
||||||
];
|
|
||||||
boot.loader.grub.splashImage = null;
|
|
||||||
nix = {
|
|
||||||
daemonIONiceLevel = 1;
|
|
||||||
daemonNiceLevel = 1;
|
|
||||||
};
|
|
||||||
sound.enable = false;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user