commented emulated system
This commit is contained in:
parent
61f5bff8d4
commit
0c66e9515c
1 changed files with 7 additions and 2 deletions
|
|
@ -19,13 +19,15 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
boot.kernelModules = [ "msr" ];
|
||||||
|
|
||||||
networking.hostName = "nixos"; # Define your hostname.
|
networking.hostName = "nixos"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.trusted-users = [ "polen" ];
|
nix.settings.trusted-users = [ "polen" ];
|
||||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
# nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
# boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
|
@ -88,6 +90,9 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
|
|
||||||
|
# Nix related
|
||||||
|
nixfmt-classic
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue