mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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 = [ ];
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue