diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 13:22:38 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 13:24:01 -0500 |
commit | 8c1f55c3e95e7cb8c949f120300697a3ac48c13a (patch) | |
tree | ffac9b838b01a6281dadc50c75767269d45fe9ea | |
parent | 3909da3e26c3f657f8d6442f6187e181930fe8ac (diff) | |
parent | 83ce4df01b78125210dad6555f71a3c982533033 (diff) | |
download | nixos-8c1f55c3e95e7cb8c949f120300697a3ac48c13a.tar.xz nixos-8c1f55c3e95e7cb8c949f120300697a3ac48c13a.zip |
merge dont autologin on envy back in
-rw-r--r-- | hosts/hp-envy-office/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/hp-envy-office/configuration.nix b/hosts/hp-envy-office/configuration.nix index 340eda3..0af085c 100644 --- a/hosts/hp-envy-office/configuration.nix +++ b/hosts/hp-envy-office/configuration.nix @@ -28,7 +28,6 @@ # Enable user timmy _users.timmy = { enable = true; - autologin.enable = true; nas = { enable = true; office.enable = true; |