try to fix non-booting muffinman
This commit is contained in:
parent
289a121824
commit
c99de5c6a4
4 changed files with 38 additions and 24 deletions
|
|
@ -7,6 +7,8 @@
|
|||
# ./sops.nix
|
||||
];
|
||||
|
||||
console.keyMap = lib.mkDefault "neo";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"kernel.sysrq" = 502; # enables "REISUB"
|
||||
};
|
||||
|
||||
console.keyMap = lib.mkDefault "neo";
|
||||
# console.keyMap = lib.mkDefault "neo";
|
||||
|
||||
services.xserver = {
|
||||
xkb = lib.mkDefault {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue