mirror of
https://github.com/Jovian-Experiments/Jovian-NixOS.git
synced 2025-10-06 08:32:43 +02:00
6 lines
81 B
Nix
6 lines
81 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
services.getty.autologinUser = config.jovian.steam.user;
|
|
}
|