ardour fix?
This commit is contained in:
parent
19b41a4c52
commit
c6928d7f9a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
users.users.sako = {
|
users.users.sako = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "networkmanager"]; # Enable ‘sudo’ for the user.
|
extraGroups = ["wheel" "networkmanager" "audio"];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
|
|
Loading…
Reference in a new issue