sodomgomorrah: fix hardware configuration
This commit is contained in:
parent
ff1392552b
commit
20e1d79ba1
2 changed files with 10 additions and 2 deletions
|
@ -19,7 +19,11 @@ in
|
|||
environment.systemPackages = [ cfg.package ];
|
||||
systemd = {
|
||||
packages = [ cfg.package ];
|
||||
user.services.foot-server.enable = true;
|
||||
user.services.foot-server = {
|
||||
after = [ "graphical-session-pre.target" ];
|
||||
requires = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue