Basic baldur configuration

This commit is contained in:
Filippo Berto 2022-12-18 12:46:47 +01:00
parent 11d1a62c8f
commit 380af1410a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
7 changed files with 52 additions and 73 deletions

View file

@ -1,5 +1,8 @@
{ pkgs, lib, ... }:
with lib; {
boot.loader.systemd-boot.enable = true;
# boot = {
# # binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
# # kernelPackages = pkgs.linuxPackages_5_18;
@ -268,5 +271,5 @@ with lib; {
# ];
# };
system.stateVersion = "22.05";
system.stateVersion = "22.11";
}