Further change kernel config for media1
Some checks failed
Run nix flake check / flake-check (push) Failing after 0s
Periodic flake update / flake-update (push) Successful in 1m19s

This commit is contained in:
Torjus Håkestad 2025-03-08 17:22:07 +01:00
parent 529d5ae0d9
commit 41d5df4d1a
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -21,9 +21,6 @@
};
loader.efi.canTouchEfiVariables = true;
supportedFilesystems = [ "nfs" ];
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
];
};
networking.hostName = "media1";