diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-01-15 09:47:32 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-01-15 09:47:32 -0800 |
| commit | 397831f63ceb4a00ab057e56587f96b091822841 (patch) | |
| tree | a2a7c8529877c009a4f37b712d5e8e8700f38c92 /hosts/aptos/services.nix | |
| parent | ref(modules/prometheus): don't backup the data (diff) | |
| download | infra-397831f63ceb4a00ab057e56587f96b091822841.tar.gz | |
ref(home/sway): auto login and enable systemd integration
When the laptop boots, I already have to enter a passphrase to unlock
the disks, I can trust that it's me and can automatically log into the
system.
Enable systemd integration for sway so that the correct session is
started and environment variables are imported properly.
Diffstat (limited to '')
| -rw-r--r-- | hosts/aptos/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 1886ca7..8d31a81 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -2,6 +2,7 @@ let secrets = config.age.secrets; in { + services.getty.autologinUser = "fcuny"; my.services = { # monitors and controls temperature thermald.enable = true; |
