Fix module issues
This commit is contained in:
parent
cbb93dd2e0
commit
a66efd3a5f
|
@ -87,7 +87,7 @@ in {
|
|||
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
config = lib.mkIf cfg.enable {
|
||||
systemd.services.glados = {
|
||||
wantedBy = [ "default.target" ];
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue