1
0
Fork 0

System: Fix (hopefully) the SystemD user timeout

This commit is contained in:
Aires 2024-07-23 18:13:19 -04:00
parent 781171768c
commit 6956301835
3 changed files with 16 additions and 16 deletions

View file

@ -138,11 +138,11 @@
]
},
"locked": {
"lastModified": 1721135958,
"narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=",
"lastModified": 1721714663,
"narHash": "sha256-ZDW5+rlROxaOuoEfIQM7Gqhoa+WALEYdYIiZhyJjAu0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d",
"rev": "7560dc942a6fbd37ebd1310b3dbda513de2d4b82",
"type": "github"
},
"original": {
@ -233,11 +233,11 @@
"nix-secrets": {
"flake": false,
"locked": {
"lastModified": 1720807769,
"narHash": "sha256-bpP9fZ+OkeUI02YPtQG4G9SMG791oXZbKM6xFjHD8MQ=",
"lastModified": 1721656822,
"narHash": "sha256-85jL6CvmxPloZDL313Eezu8mcEeGM+YzonlYyshz3w0=",
"ref": "refs/heads/main",
"rev": "673b60b1a7e8a86114c9550cb38724cc675cf8f2",
"revCount": 53,
"rev": "5f2de4bcc3be600a26db59334186537a23c4693b",
"revCount": 54,
"type": "git",
"url": "file:./nix-secrets"
},
@ -248,11 +248,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1721413321,
"narHash": "sha256-0GdiQScDceUrVGbxYpV819LHesK3szHOhJ09e6sgES4=",
"lastModified": 1721754224,
"narHash": "sha256-JEVfxzZRo+/zdWKBjHpAUG905SDZL9fmoLJxf9b5CGU=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "ab165a8a6cd12781d76fe9cbccb9e975d0fb634f",
"rev": "405b654893aba16c8014de6a17e84439d3fb8e46",
"type": "github"
},
"original": {
@ -296,11 +296,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1721138476,
"narHash": "sha256-+W5eZOhhemLQxelojLxETfbFbc19NWawsXBlapYpqIA=",
"lastModified": 1721562059,
"narHash": "sha256-Tybxt65eyOARf285hMHIJ2uul8SULjFZbT9ZaEeUnP8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ad0b5eed1b6031efaed382844806550c3dcb4206",
"rev": "68c9ed8bbed9dfce253cc91560bf9043297ef2fe",
"type": "github"
},
"original": {

View file

@ -58,8 +58,8 @@ in
};
};
# Reduce logout stop timer duration
systemd.extraConfig = ''
# Limit logout stop timer duration to 30 seconds
systemd.user.extraConfig = ''
DefaultTimeoutStopSec=30s
'';

@ -1 +1 @@
Subproject commit 673b60b1a7e8a86114c9550cb38724cc675cf8f2
Subproject commit 5f2de4bcc3be600a26db59334186537a23c4693b