ma 2 laptop: add user to "dialout"
This commit is contained in:
parent
e5d093dd1e
commit
8807d6d0c3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue