mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding gaming user
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user