diff options
author | makefu <github@syntax-fehler.de> | 2016-02-18 08:37:40 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-18 08:37:40 +0100 |
commit | 54dc51d341f5a3b253341a20a4e35b1ed03a3244 (patch) | |
tree | f34557a37a9d6be6de2d3c05c47d0347ccd33b2a /makefu | |
parent | 644649e7250f7ef5c553cd6ad404d544097ed698 (diff) |
ma 2 laptop: add user to "dialout"
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/main-laptop.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/main-laptop.nix b/makefu/2configs/main-laptop.nix index c3e43723c..452cdfb23 100644 --- a/makefu/2configs/main-laptop.nix +++ b/makefu/2configs/main-laptop.nix @@ -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 |