faster boot
This commit is contained in:
@@ -8,4 +8,12 @@
|
||||
RateLimitIntervalSec=30s
|
||||
RateLimitBurst=10000
|
||||
'';
|
||||
|
||||
systemd.services.systemd-user-sessions = {
|
||||
after = let
|
||||
# Fall back to an empty list if it's somehow not defined yet
|
||||
currentAfter = config.systemd.services.systemd-user-sessions.after or [];
|
||||
in
|
||||
builtins.filter (service: service != "network.target") currentAfter;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user