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