NixConfigLaptops/README.md

67 lines
1.3 KiB
Markdown
Raw Normal View History

2023-02-10 22:58:31 +01:00
# NixConfig
2023-02-25 00:03:38 +01:00
## Users:<br>
2023-02-25 00:10:31 +01:00
- lokoala (Admin)<br>
2023-02-25 00:01:32 +01:00
- Guest (kein Passwort)<br>
2023-02-25 00:10:31 +01:00
- Projectuser1 (Passwort: sedan1)<br>
- Projectuser2 (Passwort: sedan2)<br>
- Projectuser3 (Passwort: sedan3)<br>
2023-02-25 00:01:32 +01:00
2023-02-25 00:03:38 +01:00
## Installierte packages <br>
#### Internet:
2023-02-25 00:01:32 +01:00
- firefox
2023-02-25 00:03:38 +01:00
#### Editors/Info-Stuff:
2023-02-25 00:01:32 +01:00
- vscodium
- bluej
- greenfoot
- kate
- jflap
- texmaker
2023-02-25 00:03:38 +01:00
#### Audio/Video/Image:
2023-02-25 00:01:32 +01:00
- vlc
- gimp
- inkscape
- audacity
- handbrake
2023-02-25 00:03:38 +01:00
#### Terminal:
2023-02-25 00:01:32 +01:00
- vim
- git
- neofetch
- wget
- micro
2023-02-25 00:03:38 +01:00
#### Office:
2023-02-25 00:01:32 +01:00
- libreoffice-still
2023-02-25 00:03:38 +01:00
#### 3D-Modeling&Printing:
2023-02-25 00:01:32 +01:00
- cura
- blender
- openscad
2023-02-25 00:10:31 +01:00
## Active Directory / Samba:
2023-02-25 00:01:32 +01:00
2023-02-25 00:10:31 +01:00
https://nixos.wiki/wiki/Samba <br>
https://github.com/NixOS/nix/issues/3257
2023-02-25 00:01:32 +01:00
2023-02-25 00:10:31 +01:00
## Informationen über NixConfigs und die Nix Language:
2023-02-25 00:01:32 +01:00
https://jdisaacs.com/blog/nixos-config/ <br>
https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules <br>
https://github.com/NixOS/nixpkgs/blob/nixos-22.11/nixos/modules/config/users-groups.nix <br>
2023-02-25 00:10:31 +01:00
## Für Informationen über temporary filesystems:
https://search.nixos.org/options?channel=22.11&show=boot.tmpOnTmpfsSize&from=0&size=50&sort=relevance&type=packages&query=tmpfs <br>
https://github.com/NixOS/nixpkgs/blob/nixos-22.11/nixos/modules/system/boot/tmp.nix <br>
2023-02-25 00:03:38 +01:00
## Andere interressante ressourcen:
2023-02-25 00:01:32 +01:00
https://develop.kde.org/deploy/kiosk/introduction/ <br>
2023-02-17 16:51:41 +01:00
https://userbase.kde.org/KDE_System_Administration#User_&_Group_Profiles
2023-02-23 17:00:28 +01:00