add Flipper
This commit is contained in:
parent
ae0386d8b9
commit
92b1fddab5
3 changed files with 4 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
|||
uid = cfg.uid;
|
||||
home = "/home/${cfg.userName}";
|
||||
initialPassword = cfg.userName;
|
||||
extraGroups = [ "wheel" "networkmanager" "transmission" "wireshark" "audio" "pipewire" "input" ]
|
||||
extraGroups = [ "wheel" "networkmanager" "transmission" "wireshark" "audio" "pipewire" "input" "dialout" ]
|
||||
++ dockerGroup ++ vboxGroup ++ cfg.extraGroups;
|
||||
openssh.authorizedKeys.keyFiles = cfg.authorizedKeyFiles;
|
||||
group = config.users.groups.mainUser.name;
|
||||
|
|
|
@ -94,6 +94,8 @@ with lib;
|
|||
python3Full
|
||||
pipenv
|
||||
|
||||
# qFlipper (not working for some reason)
|
||||
|
||||
];
|
||||
})
|
||||
{
|
||||
|
|
|
@ -44,6 +44,7 @@ in
|
|||
(nextcloudSync "NähenTina")
|
||||
(nextcloudSync "Video")
|
||||
(nextcloudSync "Kunstbuch")
|
||||
(nextcloudSync "Flipper")
|
||||
(nextcloudSync "AWS-SolutionArchitect-Professional")
|
||||
|
||||
borrow
|
||||
|
|
Loading…
Reference in a new issue