thinkman: remove redundant configs

This commit is contained in:
Felix Buehler 2023-03-19 13:43:00 +01:00
parent 807677412d
commit 62668a94e7

View file

@ -29,13 +29,9 @@
gnupg.sshKeyPaths = [ ];
};
nix.extraOptions = ''
extra-platforms = aarch64-linux i686-linux
'';
# needed for cross-compilation
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
system = {
stateVersion = "22.11";