Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nixos/wifi-client: add wpa_supplicant_gui | Karel Kočí | 2023-02-06 |
| | |||
* | nixos/hosts: fix swap of binky and android in hosts | Karel Kočí | 2023-02-05 |
| | |||
* | pkgs/dev: do not use network at all | Karel Kočí | 2023-02-05 |
| | | | | | The dev package should ensure that all my personal environments are in the store without having to check for it online. | ||
* | nixos/ridcully: add openrgb | Karel Kočí | 2023-02-02 |
| | |||
* | nixos/compile: for now disable binfmt | Karel Kočí | 2023-01-30 |
| | |||
* | nixos/spt-omnia: use wifiAP over direct configuration | Karel Kočí | 2023-01-30 |
| | |||
* | nixos/router: replace dhcpd with kea | Karel Kočí | 2023-01-27 |
| | | | | The ISC DHCP is EOL and the replacement is Kea DHCP. | ||
* | nixos/routers/wifi: update to changes in hostapd | Karel Kočí | 2023-01-27 |
| | |||
* | tools/install.sh: import unshare from nixos-enter | Karel Kočí | 2023-01-25 |
| | | | | | This even causes nixos-enter to use our unshare as we use the same enviroment variable. | ||
* | tools/install.sh: fix activation | Karel Kočí | 2023-01-25 |
| | | | | | | | The activation tool mounts the /run or remounts if already mounted. The mount removes copied over binfmt and this breaks activation. Remount only changes mount options and thus preserves content and this binfmt keeps working. | ||
* | nixos/compile: use emualted systems again | Karel Kočí | 2023-01-23 |
| | | | | | The original use was to get binfmt in chroot without copying qemu to chrooted store but let's just copy it over. | ||
* | nixos: improve wifi configuration | Karel Kočí | 2023-01-23 |
| | |||
* | nixos: some initial router configuration | Karel Kočí | 2023-01-22 |
| | |||
* | nixos/spt-omnia: fix invalid option | Karel Kočí | 2023-01-19 |
| | |||
* | nioxos: 5GHz Wi-Fi | Karel Kočí | 2023-01-18 |
| | |||
* | nixos/adm-omnia: router module | Karel Kočí | 2023-01-18 |
| | |||
* | nixos: update wifi WPA settings | Karel Kočí | 2023-01-18 |
| | | | | | The wpa option has changed and now serves to both disable as well as set WPA version. | ||
* | nixos/lipwig: extend functionality | Karel Kočí | 2023-01-18 |
| | |||
* | lib: add my own library functions | Karel Kočí | 2023-01-18 |
| | |||
* | tools/influxdb-monitoring.sh: fix token creation | Karel Kočí | 2023-01-17 |
| | |||
* | pkgs/bigclown-leds: update to not fail on connection refused | Karel Kočí | 2023-01-16 |
| | |||
* | nixos/home-assistant: drop bigclown-mqtt2influxdb | Karel Kočí | 2023-01-16 |
| | | | | I use telegraf now. | ||
* | nixos: fix wifi interface name for Mox | Karel Kočí | 2023-01-16 |
| | |||
* | nixos/desktop: use firefox from programs not by environment packages | Karel Kočí | 2023-01-12 |
| | |||
* | nixos/home-assistant: telegraf wants mosquitto | Karel Kočí | 2023-01-10 |
| | |||
* | nixos/machine/binky: fix USB monitor not working correctly | Karel Kočí | 2023-01-09 |
| | |||
* | nixos: Omnia WAN is now named as end2 | Karel Kočí | 2023-01-09 |
| | | | | | It seems like a bug as end* is used for switch end-points (I think). It should be most likely named as wan. | ||
* | Format using Alejandra | Karel Kočí | 2023-01-08 |
| | |||
* | pkgs: drop override for glib as fix is already merged in upstream | Karel Kočí | 2023-01-08 |
| | |||
* | nixos/monitoring: expand monitoring | Karel Kočí | 2023-01-08 |
| | |||
* | nixos/develop: pytest-tap is now available | Karel Kočí | 2023-01-03 |
| | |||
* | nixos: move home assistant around | Karel Kočí | 2022-12-30 |
| | |||
* | nixos: update some machines configuration | Karel Kočí | 2022-12-20 |
| | |||
* | Revert "pkgs: try to fix cross build for libtool" | Karel Kočí | 2022-12-19 |
| | | | | This reverts commit e79b65c91facdadc424fd33cf78fd57b99411cfc. | ||
* | pkgs: try to fix cross build for libtool | Karel Kočí | 2022-12-18 |
| | |||
* | nixos/desktop: add CAD software | Karel Kočí | 2022-12-18 |
| | |||
* | Add monitoring | Karel Kočí | 2022-12-18 |
| | |||
* | lipwig: add NAS | Karel Kočí | 2022-12-14 |
| | |||
* | Add Home Assistant | Karel Kočí | 2022-12-14 |
| | | | | | Now running on Errol as the cross compilation for python cryptography does not work correctly. | ||
* | Add BigClown | Karel Kočí | 2022-12-12 |
| | |||
* | nixos/generic: enable fwupd only for amd64 | Karel Kočí | 2022-12-11 |
| | |||
* | nixos/desktop: few more desktop utilities | Karel Kočí | 2022-12-08 |
| | |||
* | nixos/develop: fix Docker startup by explicitly specifying storage driver | Karel Kočí | 2022-12-08 |
| | |||
* | nixos/generic: add wakeonlan | Karel Kočí | 2022-12-08 |
| | |||
* | nixos: add fwupd and few graphics utilities | Karel Kočí | 2022-12-08 |
| | |||
* | nixos: remove unused hardware.nix | Karel Kočí | 2022-12-08 |
| | |||
* | nixos/mrpump: It is possible to use same runner for multiple projects | Karel Kočí | 2022-12-07 |
| | |||
* | install.sh: do not check signatures when copying | Karel Kočí | 2022-12-06 |
| | |||
* | nixos/mrpump: add check-suite runner | Karel Kočí | 2022-12-06 |
| | |||
* | nixos: move configurations from top level flake file | Karel Kočí | 2022-12-04 |
| |