dacbert, rpi-netboot: clean up

This commit is contained in:
Astro 2022-03-17 01:07:29 +01:00
parent 6c79810d0b
commit ac30781565
2 changed files with 0 additions and 13 deletions

View File

@ -53,11 +53,6 @@
k-ot.enable = true;
};
nix = {
buildCores = 4;
maxJobs = 2;
};
networking = {
hostName = "dacbert"; # Define your hostname.
useDHCP = false;

View File

@ -39,9 +39,6 @@
# prevent kernel install fail due to missing modules
pkgs.makeModulesClosure (x // { allowMissing = true; });
};
hardware.raspberry-pi."4" = {
# fkms-3d.enable = true;
};
c3d2 = {
isInHq = true;
@ -53,11 +50,6 @@
autoUpdate = false;
};
nix = {
buildCores = 4;
maxJobs = 1;
};
networking = {
hostName = "rpi-netboot"; # Define your hostname.
useDHCP = false;