mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
thinkman: remove redundant configs
This commit is contained in:
parent
807677412d
commit
62668a94e7
1 changed files with 1 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue