nixy/systemd: fix vconsole setup service
This commit is contained in:
parent
6e32ea5dee
commit
7e3dbe0a70
@ -1,11 +1,10 @@
|
|||||||
{
|
{ config
|
||||||
config,
|
, nix-xilinx
|
||||||
nix-xilinx,
|
, nvim
|
||||||
nvim,
|
, pkgs
|
||||||
pkgs,
|
, system
|
||||||
system,
|
, zremap
|
||||||
zremap,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
USER = "akill";
|
USER = "akill";
|
||||||
@ -255,6 +254,14 @@ in
|
|||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
systemd = {
|
systemd = {
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
|
# Fix issue where systemd-vconsole-setup failes to find keymap
|
||||||
|
systemd-vconsole-setup = {
|
||||||
|
unitConfig = {
|
||||||
|
After = "local-fs.target";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"zremap@" = {
|
"zremap@" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
restartIfChanged = true;
|
restartIfChanged = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user