Commit graph

23 commits

Author SHA1 Message Date
Daniel Siepmann c2614f4753
Enable apple facetime again
I disabled general unfree software.
Facetime hd is unfree and needs explicitly to be enabled again.
2024-04-30 17:53:14 +02:00
Daniel Siepmann c69cd044f5
Migrate autoLogin configuration to new module 2024-04-15 08:45:09 +02:00
Daniel Siepmann 0973ee80ac
Remove general allowUnfree and use specific allowUnfreePredicate
That way I have an allow list instead of wildcard.
2024-03-07 10:39:13 +01:00
Daniel Siepmann 40c5a25176
Adjust hikari boot menu to use full width 2023-12-27 15:06:04 +01:00
Daniel Siepmann 3e5eb09225
Document why I allow unfree software
Maybe there is a way to only allow specific software in order to get a
notice if there is an unwanted software.
2023-09-21 18:20:06 +02:00
Daniel Siepmann a8c22a42f1
Looks like virtualisation podman is not needed? 2023-09-21 18:19:52 +02:00
Daniel Siepmann c5f2095d14
Disable printing
As I didn't print anything for years and don't even have a printer.
2023-09-21 18:19:30 +02:00
Daniel Siepmann 34784bf81c
Use latest kernel on hikary
Needs modification of nixos-hardware, see:
- https://github.com/NixOS/nixos-hardware/issues/648
- https://github.com/NixOS/nixos-hardware/pull/649
2023-06-13 17:23:06 +02:00
Daniel Siepmann b3a83334ae
Remove nameservers
Use the once defined from outside, e.g. within router.
Setting custom ones might break things, e.g. when using VPN or being on
foreign network.
2023-06-13 17:23:05 +02:00
Daniel Siepmann 7bfbd47dc8
Strictly define how much documentation should be generated 2023-05-11 07:52:16 +02:00
Daniel Siepmann 8f6c0e26f5
Fix typos 2023-05-11 07:51:58 +02:00
Daniel Siepmann 1be9c42770
Stick to 5.15 kernel in order to keep compatibility for mba6x_bl 2023-03-08 08:33:59 +01:00
Daniel Siepmann da15c937b9
Add VPNs
I sync the configurations via NextCloud and move them to
/etc/NetworkManager/system-connections/ by hand.
2023-03-01 08:54:11 +01:00
Daniel Siepmann 8375064019
Revert "Use nm applet as service"
This reverts commit 69d3c287f8.

This doesn't work under ubuntu.
2023-02-27 13:52:38 +01:00
Daniel Siepmann 69d3c287f8
Use nm applet as service
There is no reason to start as program being part of i3.
Instead a service is easier to handle, e.g. restart.
2023-02-27 07:50:31 +01:00
Daniel Siepmann 702f66916a
Do not install info on nixos
This should save some disk space.
2023-02-24 11:52:21 +01:00
Daniel Siepmann 18bd52a23b
Install NixOS on Hikari
No dual boot this time.
But hibernate.
2023-02-15 16:47:44 +01:00
Daniel Siepmann b03056f2f7
Limit sudo usage on hikari to wheels group 2023-02-05 21:33:56 +01:00
Daniel Siepmann 3dfe633ac2
Add EXT:tea docs rendering setup
* Use podman instead of docker.
* Provide wrapper script for rendering.
* Add rendering result as local domain.
2023-02-05 16:28:17 +01:00
Daniel Siepmann e05f6962ef
Provide xsel to copy and paste on hikari 2023-02-05 15:59:57 +01:00
Daniel Siepmann 6515fe5e8e
Resolve some todos for hikari
Use custom options to define some values only once.
2023-02-05 14:11:22 +01:00
Daniel Siepmann 61ddf6579b
Cleanup user packages on hikari
Packages are installed via home manager
2023-02-04 11:48:36 +01:00
Daniel Siepmann 1aa49f0eff
Restructure web development for hikari
Nix is not needed, it is generated.
Try to find a better structure for web development setup.
The initial steps with httpd and php fpm work now.
2023-02-02 15:24:17 +01:00
Renamed from systems/hikari/nixos/configuration.nix (Browse further)