Add user to dialout group on main machine
This commit is contained in:
parent
63e76f6a43
commit
7d9d8d128c
@ -18,7 +18,8 @@ in {
|
|||||||
uid = 1000;
|
uid = 1000;
|
||||||
group = "cameron";
|
group = "cameron";
|
||||||
extraGroups = [ "wheel" ] ++
|
extraGroups = [ "wheel" ] ++
|
||||||
(lib.optionals config.networking.networkmanager.enable [ "networkmanager" ]);
|
(lib.optionals config.networking.networkmanager.enable [ "networkmanager" ]) ++
|
||||||
|
(lib.optionals (config.networking.hostName == "nixos") [ "dialout" ]);
|
||||||
|
|
||||||
home = "/home/cameron-nix";
|
home = "/home/cameron-nix";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user