Merge pull request #301904 from presto8/restart-xss-lock

nixos/xss-lock: restart if xss-lock exits

authored by Marek Fajkus and committed by GitHub e8c20054 4d49db58

+1
+1
nixos/modules/programs/xss-lock.nix
··· 40 "--" 41 cfg.lockerCommand 42 ]); 43 }; 44 }; 45 }
··· 40 "--" 41 cfg.lockerCommand 42 ]); 43 + serviceConfig.Restart = "always"; 44 }; 45 }; 46 }