removed gaming user

This commit is contained in:
2026-01-13 18:01:36 -05:00
parent 08dffc6f6d
commit 7dbc4c248f
5 changed files with 0 additions and 70 deletions

View File

@@ -2,7 +2,6 @@
{
imports = [
"${inputs.self}/users/richie"
"${inputs.self}/users/gaming"
"${inputs.self}/common/global"
"${inputs.self}/common/optional/desktop.nix"
"${inputs.self}/common/optional/docker.nix"
@@ -27,15 +26,6 @@
};
services = {
displayManager = {
enable = true;
autoLogin = {
user = "gaming";
enable = true;
};
defaultSession = "plasma";
};
openssh.ports = [ 262 ];
snapshot_manager.path = ./snapshot_config.toml;