add Flipper
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 13m16s

This commit is contained in:
Ingolf Wagner 2024-08-02 14:42:11 +02:00
parent ae0386d8b9
commit 92b1fddab5
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 4 additions and 1 deletions

View file

@ -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;

View file

@ -94,6 +94,8 @@ with lib;
python3Full python3Full
pipenv pipenv
# qFlipper (not working for some reason)
]; ];
}) })
{ {

View file

@ -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