Fix module issues

This commit is contained in:
Malte Tammena 2021-12-05 12:05:40 +01:00
parent cbb93dd2e0
commit a66efd3a5f

View file

@ -87,7 +87,7 @@ in {
};
config = mkIf cfg.enable {
config = lib.mkIf cfg.enable {
systemd.services.glados = {
wantedBy = [ "default.target" ];
serviceConfig = {