mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/programs/sessiond: force disabling of default sessiond session
This will completely break if set otherwise so we'll have to force it.
This commit is contained in:
parent
ec3fdab52c
commit
b8616bd7b2
@ -197,6 +197,6 @@ in
|
||||
|
||||
# We're disabling the upstream sessiond service since we have our own set
|
||||
# of sessiond sessions here.
|
||||
systemd.user.services.sessiond.enable = false;
|
||||
systemd.user.services.sessiond.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user