feat: extract seatd service to reusable module with boot log suppression
- Create modules/services/seatd.nix for clean greetd/tuigreet login experience - Add boot log suppression options to prevent systemd messages on login screen - Configure kernel parameters and journald to minimize console noise - Update both little-rascal and congenital-optimist to use new seatd module - Ensure consistent login experience across all machines - Maintain compatibility with existing lab tool (binary name: lab)
This commit is contained in:
parent
5f65abc2cc
commit
5c9c5bbbc4
3 changed files with 94 additions and 21 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
# Services
|
||||
../../modules/services/nfs-client.nix
|
||||
../../modules/services/seatd.nix
|
||||
|
||||
# Desktop environments
|
||||
../../modules/desktop/common.nix
|
||||
|
@ -60,16 +61,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Display manager - use greetd instead of cosmic-greeter
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd ${pkgs.zsh}/bin/zsh";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
};
|
||||
# Enable clean seatd/greetd login
|
||||
services.seatd-clean.enable = true;
|
||||
|
||||
# ZFS services for this machine
|
||||
services.zfs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue