mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
feat: added julien to networkmanager group
This commit is contained in:
parent
a4caa15673
commit
9a44817036
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
users.users.julien = {
|
users.users.julien = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/julien";
|
home = "/home/julien";
|
||||||
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" ];
|
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" "networkmanager" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue