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;
|
uid = cfg.uid;
|
||||||
home = "/home/${cfg.userName}";
|
home = "/home/${cfg.userName}";
|
||||||
initialPassword = 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;
|
++ dockerGroup ++ vboxGroup ++ cfg.extraGroups;
|
||||||
openssh.authorizedKeys.keyFiles = cfg.authorizedKeyFiles;
|
openssh.authorizedKeys.keyFiles = cfg.authorizedKeyFiles;
|
||||||
group = config.users.groups.mainUser.name;
|
group = config.users.groups.mainUser.name;
|
||||||
|
|
|
@ -94,6 +94,8 @@ with lib;
|
||||||
python3Full
|
python3Full
|
||||||
pipenv
|
pipenv
|
||||||
|
|
||||||
|
# qFlipper (not working for some reason)
|
||||||
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,6 +44,7 @@ in
|
||||||
(nextcloudSync "NähenTina")
|
(nextcloudSync "NähenTina")
|
||||||
(nextcloudSync "Video")
|
(nextcloudSync "Video")
|
||||||
(nextcloudSync "Kunstbuch")
|
(nextcloudSync "Kunstbuch")
|
||||||
|
(nextcloudSync "Flipper")
|
||||||
(nextcloudSync "AWS-SolutionArchitect-Professional")
|
(nextcloudSync "AWS-SolutionArchitect-Professional")
|
||||||
|
|
||||||
borrow
|
borrow
|
||||||
|
|
Loading…
Reference in a new issue