Merge branch 'master' of pnp:stockholm
This commit is contained in:
commit
1b10525220
10
makefu/2configs/wwan.nix
Normal file
10
makefu/2configs/wwan.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
mainUser = config.krebs.build.user;
|
||||
in {
|
||||
environment.systemPackages = with pkgs;[
|
||||
wvdial
|
||||
];
|
||||
|
||||
users.extraUsers.${mainUser.name}.extraGroups = [ "dialout" ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user