adding gaming user

This commit is contained in:
2024-11-17 13:07:29 -05:00
parent b8e46ee341
commit 043b3a2810
7 changed files with 324 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{
imports = [
../../users/richie
../../users/gaming
../../common/global
../../common/optional/desktop.nix
../../common/optional/steam.nix
@@ -29,7 +30,7 @@
services = {
displayManager = {
enable = true;
autoLogin.user = "richie";
autoLogin.user = "gaming";
};
openssh.ports = [ 262 ];