NixConfigLaptops/README.md

53 lines
1.1 KiB
Markdown
Raw Normal View History

2023-02-10 22:58:31 +01:00
# NixConfig
2023-02-11 00:36:47 +01:00
work in progress
2023-02-11 11:08:38 +01:00
2023-02-13 19:54:42 +01:00
zu lösende probleme:
2023-02-14 22:16:07 +01:00
(NixConfig --> löschen von sitzungsdaten/sitzungsdaten im ram)
accounts hinzufügen
2023-02-13 19:55:03 +01:00
2023-02-13 19:54:42 +01:00
post install script? --> wlan anmeldung
2023-02-20 23:44:43 +01:00
(eigentliches script --> verteilen von kde settings --> kiosk
ublockorigin?)
2023-02-15 19:11:14 +01:00
2023-02-12 10:20:52 +01:00
bereit zum testen:
2023-02-13 19:54:42 +01:00
2023-02-12 21:34:37 +01:00
-
2023-02-12 10:12:41 +01:00
2023-02-13 19:54:42 +01:00
2023-02-12 10:12:41 +01:00
gelöst:
2023-02-13 19:54:42 +01:00
gerätenummer, admin password
2023-02-13 20:17:56 +01:00
2023-02-14 18:16:19 +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
2023-02-14 19:26:56 +01:00
https://github.com/NixOS/nixpkgs/blob/nixos-22.11/nixos/modules/system/boot/tmp.nix
andere nützliche links:
2023-02-23 17:07:13 +01:00
https://jdisaacs.com/blog/nixos-config/
2023-02-14 20:06:47 +01:00
https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules
https://github.com/NixOS/nixpkgs/blob/nixos-22.11/nixos/modules/config/users-groups.nix
2023-02-17 16:51:41 +01:00
andere interressante ressourcen:
https://develop.kde.org/deploy/kiosk/introduction/
https://userbase.kde.org/KDE_System_Administration#User_&_Group_Profiles
2023-02-23 17:00:28 +01:00
Active Directory / Samba:
https://nixos.wiki/wiki/Samba
https://github.com/NixOS/nix/issues/3257