Basic baldur configuration
This commit is contained in:
parent
11d1a62c8f
commit
380af1410a
7 changed files with 52 additions and 73 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue