Enable autologin and xserver
This commit is contained in:
+5
-2
@@ -40,9 +40,13 @@
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJFUwk54CNtSLUyXSTLsIs5KXgEsjOgE4HGlA4FacKjV me@tardis # msi laptop"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMeU7L0yQ4+O1GME4D4UM4f6nqua+pWt/zdsMvyHV94 u0_a309@localhost # mobile"
|
||||
];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
services.getty = {
|
||||
autologinUser = "me";
|
||||
autologinOnce = true;
|
||||
}
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs
|
||||
age
|
||||
@@ -52,7 +56,6 @@
|
||||
bind
|
||||
wget
|
||||
curl
|
||||
stow
|
||||
unzip
|
||||
git
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user