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

View file

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

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