commit 1fa45a7895d672eb36b2de8e56c4bcb4216a43d8
parent 28901ea5320255f4df529d675c9cc7c925f73cff
Author: breadcat <breadcat@users.noreply.github.com>
Date: Wed, 6 Aug 2025 09:57:51 +0100
Only auto-login workstations
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/common/user.nix b/common/user.nix
@@ -7,9 +7,6 @@
extraGroups = [ "networkmanager" "wheel" "video" ];
};
- # Auto login
- services.getty.autologinUser = "${username}";
-
# Enable fish shell
programs.fish.enable = true;
}
diff --git a/machines/arcadia.nix b/machines/arcadia.nix
@@ -45,6 +45,9 @@ in
# Hostname
networking.hostName = "arcadia"; # Define your hostname.
+ # Auto login
+ services.getty.autologinUser = "${username}";
+
# Hardware acceleration
hardware.graphics = {
enable = true;
diff --git a/machines/minerva.nix b/machines/minerva.nix
@@ -64,6 +64,9 @@ in {
# Hostname
networking.hostName = "minerva"; # Define your hostname.
+ # Auto login
+ services.getty.autologinUser = "${username}";
+
# Packages
environment.systemPackages = with pkgs; [
atool