ma 2 laptop: add user to "dialout"

This commit is contained in:
makefu 2016-02-18 08:37:40 +01:00
parent e5d093dd1e
commit 8807d6d0c3

View file

@ -12,6 +12,9 @@ with config.krebs.lib;
./fetchWallpaper.nix
./zsh-user.nix
];
users.users.${config.krebs.build.user.name}.extraGroups = [ "dialout" ];
environment.systemPackages = with pkgs;[
vlc
firefox