mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Plasma] add service ordering/conflicts for sddm with getty
This commit is contained in:
parent
98e06464eb
commit
ee8c0c75e6
1 changed files with 6 additions and 0 deletions
|
|
@ -56,6 +56,12 @@ in {
|
||||||
TimeoutStopSec = 10;
|
TimeoutStopSec = 10;
|
||||||
SendSIGHUP = true;
|
SendSIGHUP = true;
|
||||||
};
|
};
|
||||||
|
after = [
|
||||||
|
"getty@tty1.service"
|
||||||
|
];
|
||||||
|
conflicts = [
|
||||||
|
"getty@tty1.service"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [(final: prev: { mySddm = sddmPackage; } )];
|
nixpkgs.overlays = [(final: prev: { mySddm = sddmPackage; } )];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue