Skip to content

Instantly share code, notes, and snippets.

@maurer
Created August 15, 2016 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maurer/8e2cb6f946c17f3e97ec962983633540 to your computer and use it in GitHub Desktop.
Save maurer/8e2cb6f946c17f3e97ec962983633540 to your computer and use it in GitHub Desktop.
Setting uid in configuration.nix
# snip
users.extraUsers.maurer = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" "audio" "docker" "vboxusers" ];
};
# snip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment