tv CAC: RIP

This commit is contained in:
tv 2021-12-10 23:41:53 +01:00
parent 07880447af
commit 52fcfb00fd
3 changed files with 0 additions and 29 deletions

View File

@ -1,8 +0,0 @@
_:
{
imports = [ ./CAC.nix ];
nix = {
buildCores = 1;
maxJobs = 1;
};
}

View File

@ -1,8 +0,0 @@
_:
{
imports = [ ./CAC.nix ];
nix = {
buildCores = 2;
maxJobs = 2;
};
}

View File

@ -1,13 +0,0 @@
_:
{
boot.initrd.availableKernelModules = [
"ata_piix"
"vmw_pvscsi"
];
boot.loader.grub.splashImage = null;
nix = {
daemonIONiceLevel = 1;
daemonNiceLevel = 1;
};
sound.enable = false;
}