| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | [xnet/gitweb] enable source and about filterHEADmaster | Kleidi Bujari | 2026-09-05 |
| | | |||
| * | [nixos/sshd] fix pubkey accepted types and hostkey location | Kleidi Bujari | 2026-09-05 |
| | | |||
| * | [xnet] add srcweb git remote | Kleidi Bujari | 2026-09-05 |
| | | |||
| * | [nixos/xnet] remove inputs dependency from xnet | Kleidi Bujari | 2026-09-01 |
| | | | | | inputs is inherently a flake feature and pkgs.path works just as well. | ||
| * | [nixos/disk] provide both qcow2 and raw images | Kleidi Bujari | 2026-08-31 |
| | | |||
| * | [nixos/sshd] fix dnssd config when publish is not enabled | Kleidi Bujari | 2026-08-31 |
| | | |||
| * | [nixos/disk] experiment with autosizing zfs partitions in initrd | Kleidi Bujari | 2026-08-30 |
| | | |||
| * | [desktop] bring in brightnessctl to replace light | Kleidi Bujari | 2026-08-27 |
| | | |||
| * | enable bluetooth on desktop nodes | Kleidi Bujari | 2026-07-23 |
| | | |||
| * | enable access to serial devices | Kleidi Bujari | 2026-07-15 |
| | | |||
| * | inline some intel code from nixos-hardware and remove the dep | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | updates to default desktop pkgs | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | delete unmaintained net module | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | add codeberg ssh/git support | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | move ssh default keys to new sshd module | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | revert to normal cgit, cgit-pink is unmaintained | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | add self to i2c group | Kleidi Bujari | 2026-06-14 |
| | | |||
| * | put depotImage along other generators and use naming conventions | Kleidi Bujari | 2026-06-06 |
| | | |||
| * | write baseline config for new disk module | Kleidi Bujari | 2026-05-27 |
| | | |||
| * | less strict initial password for root and start ssh agent by default | Kleidi Bujari | 2026-04-15 |
| | | |||
| * | use upstream mako service and enable qol changes for hardware | Kleidi Bujari | 2026-04-08 |
| | | |||
| * | bump nixfmt to new name | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | docs for using fallbackdns | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | update gitKeys with new fido2 ssh keys | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | add kleidi to kvm group | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | use overlay perf-flamegraph rather than flake package | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | define emacs service rather than using environment package | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | remove yubikey ssh agent since fido2 keys are used now | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | define simple shared network with mdns for local hosts | Kleidi Bujari | 2026-02-16 |
| | | |||
| * | switch fonts to ibm plex and remove default noto fonts | Kleidi Bujari | 2025-09-12 |
| | | |||
| * | remove explicit xwayland-satellite service | Kleidi Bujari | 2025-09-02 |
| | | | | | niri handles this now :) | ||
| * | disable command-not-found by default | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | automount devices in /media rather than /run/media/$USER | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | default to wayland for qt apps | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | disable man pages by default and enable them for desktops | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | enable spellcheckers and add common dictionaries | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | remove redundant global env vars | Kleidi Bujari | 2025-08-31 |
| | | | | | niri wm handles these already. | ||
| * | properly set system fonts rather than just installing | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | improve multi-arg command for swaylock | Kleidi Bujari | 2025-08-31 |
| | | | | | | This seems like a much nicer way to specify multi-arg commands. Will likely convert all such usecases to this style going forward. | ||
| * | more specific waybar service | Kleidi Bujari | 2025-08-31 |
| | | |||
| * | add shortener for sourcehut git | Kleidi Bujari | 2025-08-30 |
| | | |||
| * | update timezone and fix desktop module injection | Kleidi Bujari | 2025-08-30 |
| | | |||
| * | add treesitter grammars and properly handle idle desktop | Kleidi Bujari | 2025-07-18 |
| | | |||
| * | flatten dataset structure and persist more | Kleidi Bujari | 2025-07-05 |
| | | | | | | | | | | | | | | | | | | | | Modified options used in disk creation so that consumers of this module will actually pass disko virtual machine tests. The flat dataset structure is changed from the xnet disk module, mainly since I never really made use of the nesting properly. The only place nesting matters is really in the persist dataset, and that one is managed by hand anyway. Although the changes pass tests and seem fine, they have not been tested on actual hardware yet since the dataset layout changes are destructive to any running machines, and cannot be simply reverted, since they alter the disk. /var, /root, and extras are now persisted since they do not expect to be wiped on reboot. I never really had problems with this but would rather minimize messing with SystemD's expectations regarding /var especially. | ||
| * | pull desktop from xnet and fix nix cli nixpkgs pin | Kleidi Bujari | 2025-07-04 |
| | | |||
| * | add email setup | Kleidi Bujari | 2025-07-04 |
| | | |||
| * | enable docs and fix large closure builds | Kleidi Bujari | 2025-07-04 |
| | | |||
| * | move modules out of xnet | Kleidi Bujari | 2025-04-29 |
| | | |||
| * | automate hosts gen and bump nixpkgs | Kleidi Bujari | 2025-04-05 |
| | | |||
| * | automate project structure | Kleidi Bujari | 2025-04-02 |
| | | |||
