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 = [ ]; gnupg.sshKeyPaths = [ ];
}; };
nix.extraOptions = '' # needed for cross-compilation
extra-platforms = aarch64-linux i686-linux
'';
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
system = { system = {
stateVersion = "22.11"; stateVersion = "22.11";