1
0
Fork 0

Remove lingering

This commit is contained in:
Malte Brandy 2020-12-07 03:31:56 +01:00
parent 4ed3ad4a74
commit 821784d7f8
2 changed files with 0 additions and 3 deletions

View file

@ -70,7 +70,6 @@ in {
systemd.tmpfiles.rules = [ "Z /media 0750 maralorn nginx - -" ];
users.users.choreutes = {
linger = true;
description = "choreutes";
isNormalUser = true;
uid = 1001;

View file

@ -42,8 +42,6 @@ in {
systemd.tmpfiles.rules = let cfg = config.services.gitolite;
in lib.mkAfter
[ "z ${cfg.dataDir}/.ssh/id_ed25519 0600 ${cfg.user} ${cfg.group} - -" ];
users.users.git.linger =
true; # Frequent restarting of the systemd-user-unit leads to errors
security.sudo.extraRules = [{
commands = [{
command = builtins.concatStringsSep " " update-command;