initial commit
This commit is contained in:
14
users/lukas.nix
Normal file
14
users/lukas.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.lukas = {
|
||||
isNormalUser = true;
|
||||
description = "lukas";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
|
||||
# Autologin
|
||||
services.displayManager.autoLogin.enable = true;
|
||||
services.displayManager.autoLogin.user = "lukas";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user